Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #296533

    Hi, i’m trying to change the background color of just the top row of my data table, i found the following code in another support request but it doesn’t seem to work for me in the quick css.

    .main_color .avia-data-table th.avia-highlight-col {
    background-color: blue;
    }

    Ideally i want to change it to something like #99cccc i tried that instead of “blue” but neither seems to change anything.

    Cheers,

    Daz

    #296539

    Also, is there an easy way to jusify the table caption to the left or am i better to just add a text block and disable the caption?

    #296980

    Hi!

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

    tr.avia-heading-row { background-color: #99cccc!important; }
    table caption { text-align: left; }

    Regards,
    Yigit

    #297019

    Thanks Yigit, worked perfectly!

    #297022

    Hi!

    You are welcome Daz! :)

    Regards,
    Yigit

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