Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #603125

    Hello

    I’m trying to change the colour of my pricing table from grey to pink (#d67193) – but I can’t seem to see how to change this in the custom menu, can you help me with this, which section would change the colour of the table

    thank you

    #603135

    Hi lynettebrown!

    Can you please post the link to your page so we can provide you an accurate custom CSS code?

    Best regards,
    Yigit

    #603162

    Hi Yigit

    this page

    thank you

    Lynette

    • This reply was modified 8 years, 8 months ago by lynettebrown.
    #603178

    Hi!

    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: #d67193;
        color: #fff;
        border-color: #cdcdcd;
    }
    .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: #d67193;
        color: #fff;
        border-color: #cdcdcd;
    }

    Cheers!
    Yigit

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