-
AuthorPosts
-
November 12, 2013 at 6:15 pm #187384
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.November 13, 2013 at 10:33 am #187676Hey 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!
IsmaelNovember 13, 2013 at 10:59 am #187700Hi 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 helpNovember 14, 2013 at 4:37 pm #188419Hi!
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!
YigitNovember 14, 2013 at 6:20 pm #188475Hi,
I have done it. One table in one separate column.
http://ziskejucet.cz/vyzvy/November 14, 2013 at 6:29 pm #188481Hi!
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!
YigitNovember 14, 2013 at 6:31 pm #188484Cool, thank you :)
November 14, 2013 at 6:33 pm #188487 -
AuthorPosts
- The topic ‘Table colour change’ is closed to new replies.
