Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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.

    #187676

    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

    #187700

    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

    #188419

    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

    #188475

    Hi,
    I have done it. One table in one separate column.
    http://ziskejucet.cz/vyzvy/

    #188481

    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

    #188484

    Cool, thank you :)

    #188487

    Hey!

    You are welcome :)

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Table colour change’ is closed to new replies.