Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #253116

    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

    #253121

    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

    #253184

    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

    #253188

    Perfect, thanks Yigit.

    Andrew

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘$ symbol color’ is closed to new replies.