Hello
I’m trying to change the colour of my pricing table from grey to pink (#d67193) – but I can’t seem to see how to change this in the custom menu, can you help me with this, which section would change the colour of the table
thank you
Hi lynettebrown!
Can you please post the link to your page so we can provide you an accurate custom CSS code?
Best regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.main_color .pricing-table li.avia-heading-row, .main_color .pricing-table li.avia-heading-row .pricing-extra {
background-color: #d67193;
color: #fff;
border-color: #cdcdcd;
}
.main_color .pricing-table li.avia-pricing-row, .main_color .pricing-table li.avia-heading-row, .main_color .pricing-table li.avia-pricing-row .pricing-extra {
background-color: #d67193;
color: #fff;
border-color: #cdcdcd;
}
Cheers!
Yigit