Hi,
firstly, I would like to say, that Enfold theme is totally great and really easy to use-good job!
I know that this question is already here, but I wasn’t able to make it work.
If you go here : http://ziskejucet.cz/pricing/ I want to change the colour in the second table from green to blue (just first two columns-Forex Vyzva and 1500 Kc).
I would be grateful If you can recommend me a good source, where I can learn how to use CSS in the Enfold theme.
Have a great day.
Hey Otakar!
You can add this on your custo.css or Quick CSS:
.main_color .pricing-table li.avia-pricing-row {
background-color:red;
}
Remove browser cache then reload the page. http://css-tricks.com/ is a nice website to learn css tricks.
Cheers!
Ismael
Hi Ismael,
thank you for your response, is it possible to change the colour just in the second pricing table? In heading and pricing row. Thank you for your help
Hi!
Now no, but if you create these two tables seperately, and place them inside columns ( one in 1/2 column element other one in another 1/2 column element ), we can provide you custom css then
Cheers!
Yigit
Hi,
I have done it. One table in one separate column.
http://ziskejucet.cz/vyzvy/
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.avia-table-2 .pricing-table li.avia-heading-row { background-color: orange; color: #ffffff; border-color: purple; }
.avia-table-2 .pricing-table li.avia-pricing-row { background-color: blue; }
Cheers!
Yigit
Cool, thank you :)