Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #167361

    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.

    http://proletehealth.com/pricing/

    #167391

    Hello uattah!

    Please add following code to Quick CSS

    .pricing-table li.avia-pricing-row .currency-symbol { color: white; }

    Cheers!
    Yigit

    • This reply was modified 10 years, 7 months ago by Yigit.
    #167394

    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 :) :)

    #167396

    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

    • This reply was modified 10 years, 7 months ago by Yigit.
    #167420

    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.

    #167421

    Please disregard — I figured it out. :)

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Color change in pricing table header’ is closed to new replies.