Hello,
Please check http://www.jorosbroodjestrommel.nl/wp/
There’s a table on this site of which I want to change the colors (black background, white text.
I’ve tried
.main_color table {background:#000000;} but this is not working.
Is there a way to fix this?
Thanks for your help!
Martine
Hi famewebdesign!
Please add following code to Quick CSS
.main_color table caption, .main_color tr:nth-child(even), .main_color .pricing-table>li:nth-child(even),.main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra {
color: white;
background: black;
}
Regards,
Yigit
Wow Yigit! You’re fast!
It works!
Thanks very much!!