Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1147750

    My table options are “tabular data” and Design is set to “Default”. I have the top row with the words “DATE” and “DOCUMENT” set as a heading row. The following code works to shade every other row which I want to keep. I just want to make the heading row’s background #0485BE and the font #ffffff. I have tried many different css combinations and nothing seems to work?

    .main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra {
    background: #E7E3D7;
    }

    #1148352

    Hey Ronald,

    Try adding this css code:

    #top .avia-heading-row {
        background-color: #0485BE;
        color: white;
    }
    
    #top .avia-heading-row b {
        color: white;
    }

    Best regards,
    Nikko

    #1148469

    TY worked perfect.

    #1148507

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

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