Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1129541

    How to Style the table that:

    1. Heading Line Has a Background color: 848484
    Font White, And Font Size bigger than now
    2. The left column ist not automatically in capital Letters
    Maybe with the align right just in the left column

    #1129624

    Hey jillinnemann,

    Add this to quick css:

    .avia-heading-row th:nth-child(2),
    .avia-heading-row th:nth-child(3),
    .avia-heading-row th:nth-child(4){
    background:#848484!important;
    }
    
    .avia-heading-row th:nth-child(2) b,
    .avia-heading-row th:nth-child(3) b,
    .avia-heading-row th:nth-child(4) b{
    color:#fff!important;
    }
    
    .avia-table-1 tr th:nth-child(1){
        text-transform: none!important;
        text-align:right!important;
    }

    Best regards,
    Jordan Shannon

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.