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

    Hello!

    I am changing the button colors in the Pricing Table/ Button Row for Enfold with this code:

    /* pricing table highlighted col */
    .avia-highlight-col .avia-button-row .avia-button {
        background: #EF6A11 !important;
    } 
    
    /* pricing table normal cols */
    .avia-button-row .avia-button {
        background: #EF6A11 !important;
    }

    But I can still see the bottom line color from the default style. How can I change that color to match the new button color please?

    #342216

    Hey onegirlrtw!

    Please add following code to Quick CSS as well

    .avia-button-row .avia-button { border-color: #EF6A11 !important; }

    Regards,
    Yigit

    #342318

    Fantastic. Works perfectly. Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to change the bottom line button color in Pricing Table’ is closed to new replies.