Hi,
I’m trying to get the $ to show white, but can’t seem to do it. I found this code in the support area, but it doesn’t work for me:
.pricing-table li.avia-pricing-row .currency-symbol { color: white; }
url:www.rightclickadvertising.com
Thanks
Hey Dwimmer,
Please try the following in Quick CSS under Enfold->General Styling:
.avia_pricing_default .pricing-table li.avia-pricing-row .currency-symbol {
opacity: 1;
color: white;
}
Best regards,
Rikard
Perfect. Thanks!