Tagged: price table
Hello,
I have a price table using the default one that came with the theme. The problem is my theme is red and the $ symbol is a grey which makes it difficult to read. I have tried changing the symbol color inline but guess there is some css overriding it. Can someone please let me know the CSS to change it to white.
Thanks
Andrew
Just to add, I have tried the following code but it doesnt make any difference:
.pricing-table li.avia-pricing-row .currency-symbol {
opacity: 1;
}
Thanks
Andrew
Hey!
Please add following code to Quick CSS and adjust as needed
.pricing-table li.avia-pricing-row .currency-symbol { opacity: 1; color: white; }
Cheers!
Yigit
Perfect, thanks Yigit.
Andrew