Tagged: font colour, Pricing Table
Hey—so I can generally find all answers on the forum, in some form or fashion, but I haven’t been able to locate a solution for changing the colour of the $ and <small> tags in the pricing table.
If you look at the bottom of the page I linked up, you’ll see in the “late night, morning and double sessions” all have the $ and <small> in white, which is really hard to see on a light background. It would also be nice to remove the little shadow highlight, too.
Thanks in advance.
Hey Matticus,
Add this to quick css:
.avia-table-3 small, .avia-table-3 .currency-symbol{
opacity:1!important;
}
Best regards,
Jordan Shannon
Great! Thanks Jordan.
It’s still a light grey, with shadow/highlight—anyway to remove it so it’s the same solid colour as above text?
Hi,
Add this to the above css I gave you:
text-shadow:none!important;
Best regards,
Jordan Shannon
Hmm, it works when I use my Reload CSS (no shadow, proper colour) but even after clearing cache on W3 and my CDN; and loading it up on a few different computers/browsers—it still shows up the same grey and shadow. Any thoughts?
Hi,
I’m also positive it is still some sort of caching issue.
Best regards,
Jordan Shannon
Sounds great—thanks! I’ll look into that end.
Hi,
Please let us know the results.
Best regards,
Jordan Shannon