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?
Hey onegirlrtw!
Please add following code to Quick CSS as well
.avia-button-row .avia-button { border-color: #EF6A11 !important; }
Regards,
Yigit
Fantastic. Works perfectly. Thank you!