Hi there,
How can i change the color of the price table?
See this page: http://bootvarendenhaag.nl/rondvaart-arrangementen/lunch-boot-rondvaarten-den-haag-scheveningen/
I wanna change the color on top of the price table. This is Red and I wanna change it in Blue(#0c2340) or Green(#32742C).
The red color from the buttons is okay and this has to stay in the same red color.
Thanks!
Hi CaptainCJ!
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: #32742C;
color: #ffffff;
border-color: #32742C;
}
Regards,
Yigit
Thank you so much!!! It works very well!!