Tagged: Pricing Table
Hi loving the theme and support.
What is a quick CSS code I can use to change the pricing table button colors?
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
Worked perfectly. Thank you!
You are welcome, always glad to help :)
Regards,
Josue