Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #326748

    Hi, I would like to know how I can change the pricing table color so I can use a different color than the theme color?

    http://screencast.com/t/dPBwyqna

    Thanks.

    #327128

    Hey bakbek!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .main_color .pricing-table li.avia-heading-row, .main_color .pricing-table li.avia-heading-row .pricing-extra {
    background-color: red;
    color: green;
    border-color: black;
    }
    .main_color .pricing-table li.avia-pricing-row, .main_color .pricing-table li.avia-heading-row, .main_color .pricing-table li.avia-pricing-row .pricing-extra {
    background-color: orange;
    color: blue;
    border-color: green;
    }

    Cheers!
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.