Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #421089

    Hi

    I’m trying to change the header row background color here: http://scotwebtesting.co.uk/city-connections-tariffs/

    Color should be #D2D3D5

    How do we change the table colors?

    Thanks

    #421093

    Hi robertscott;
    a rapid answer, I hope not a bad one :
    try to add this line into your css file:

    .page-id-241 .avia-data-table .avia-heading-row:nth-child(1){background-color: #D2D3D5 !important}
    
    #421094

    Hi Mate,

    Thanks for that.

    I’ll give it a go.

    #421095

    Ok That worked but we have 2 header rows in the same table but only the first one changes

    #421108

    Hi robertscott;
    sorry for missing the second one,
    here is the code for both of the tables:

    .page-id-241 .avia-data-table .avia-table-1 .avia-heading-row:nth-child(1){background-color: #D2D3D5 !important}
    .page-id-241 .avia-data-table .avia-table-2 .avia-heading-row:nth-child(1){background-color: #D2D3D5 !important}
    
    #421762

    Hi!


    @robertscott
    , did @begrafiks second suggestion work out for you? If not, please give us a shout back and we’ll have a closer look. Thanks @begrafiks :)

    Cheers!
    Rikard

    #422364

    Hi Rikard,

    Thanks, I actually created 2 seperate tables which looks much better . All sorted now thanks.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Table Header Row Background’ is closed to new replies.