Tagged: font colour, Pricing Table
Hello there,
I’ve managed to change the colour of the header font in my pricing table through the main content font colour in General styling.
This however changes the alternate font colour in the table to a very faint grey that’s almost invisible. Can anyone suggest CSS that I can use to change this text to black?
Any help would be much appreciated.
Thanks.
Hi GeoCreo!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.main_color table caption, .main_color tr:nth-child(even), .main_color .pricing-table>li:nth-child(even) {
color: black;
}
Best regards,
Yigit
Thanks Yigit!
It worked perfectly.
Regards,
George