Tagged: 

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

    Hi loving the theme and support.

    What is a quick CSS code I can use to change the pricing table button colors?

    #281005

    Hey!

    Try adding this code to the Quick CSS:

    
    /* highlighted col */
    .avia-highlight-col .avia-button-row .avia-button {
        background: red !important;
    }
    /* normal cols */
    .avia-button-row .avia-button {
        background: peru !important;
    }
    

    Cheers! 
    Josue

    #281791

    Worked perfectly. Thank you!

    #281792

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to change pricing table button color and font’ is closed to new replies.