Pricing Plans Colors

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #31742
    Micah Kleid
    Participant

    Hi, how do I change the colors of the pricing plans (http://dev.remodelersuniversity.com/pricing-info/)? Ideally, I’d like the Free Trial and Monthly plans on either end to be blue (the same blue as the buttons) and for the Yearly plan in the middle to be our branded red. Thank you!

    #31744
    Veena
    Moderator

    You can have the below custom CSS –

    
    .pricing-table .top-header {
        background-color: #0e75b1;
    }
    .pricing-table .pricing-plan.highlight .top-header {
        background-color: #3a222d;
    }
    
    #31751
    Micah Kleid
    Participant

    Awesome, thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Invent Theme Support’ is closed to new topics and replies.