Tagged: enfold, Pricing Table
I would like to change the color of the currency symbol and the text below my price in a pricing table. I have tried with basic html code and have not been successful. Any help would be greatly appreciated.
Hello uattah!
Please add following code to Quick CSS
.pricing-table li.avia-pricing-row .currency-symbol { color: white; }
Cheers!
Yigit
It does not appear white, but I am fine with the current color. How do I apply this same color to the text that appears on the bottom of my pricing? The “per month” text.
http://proletehealth.com/pricing/
Thank you :) :)
Hello!
You need to increase opacity as well to have solid colors
.pricing-table li.avia-pricing-row .currency-symbol { opacity: 1; }
and please add this code for the text
.pricing-table li.avia-pricing-row small { opacity: 1; color: white; }
Cheers!
Yigit
I have tried to change the opacity number and it is not affecting the text. Should I have all 3 css styling codes or just the last two you sent? Thank you.
Please disregard — I figured it out. :)