Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #606754

    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!

    #606757

    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

    #606789

    Thank you so much!!! It works very well!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Color price table’ is closed to new replies.