Hi,
Im trying to edit the table header color to a solid color with white text:
Color should be #f7a69d with white text
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
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
Hey!
Can you please post the link to your page and point out the tables where it does not get applied?
Cheers!
Yigit
Hi yigit
The tables in the 3 rows are the ones not applied to.
Hey!
Please add following code to Quick CSS as well
li.avia-heading-row {
background: #f7a69d!important;
}
Best regards,
Yigit
Perfect thanks Yigit