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

    Hi,

    Im trying to edit the table header color to a solid color with white text:

    Color should be #f7a69d with white text

    #546459

    Hey robertscott!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    tr.avia-heading-row {
        background: #f7a69d!important;
        color: white;
    }

    Best regards,
    Yigit

    #546487

    Hi Yigit

    I added that but as you can see it only works for the first table. Now I have added additional tables it doesnt work on those

    #546489

    Hey!

    Can you please post the link to your page and point out the tables where it does not get applied?

    Cheers!
    Yigit

    #546494

    Hi yigit

    The tables in the 3 rows are the ones not applied to.

    #546500

    Hey!

    Please add following code to Quick CSS as well

    li.avia-heading-row {
        background: #f7a69d!important;
    }

    Best regards,
    Yigit

    #546501

    Perfect thanks Yigit

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