Hi, I would like to know how I can change the pricing table color so I can use a different color than the theme color?
http://screencast.com/t/dPBwyqna
Thanks.
Hey bakbek!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.main_color .pricing-table li.avia-heading-row, .main_color .pricing-table li.avia-heading-row .pricing-extra {
background-color: red;
color: green;
border-color: black;
}
.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: orange;
color: blue;
border-color: green;
}
Cheers!
Yigit