• Resolved hlainn

    (@hlainn)


    can’t I change price color in free version?

    I use other theme before and I changed to this theme. When I change this theme, I can do everything except price color. Help me plz!!!

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello @hlainn

    Add below css code in your current active child themes style.css or add in additional css option in theme customizer.

    span.woocommerce-Price-amount.amount {
      color: #ec1b1b !important
    }

    Hope this will helps you.

    Thanks.

    Thread Starter hlainn

    (@hlainn)

    Thank you.It’s work well.Could I use #0497ca instead of #ec1b1b. Color didn’t change any other color eventhough I try. Let me know why? Help me plz!

    With Best Regards,
    Hlainn

    AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello @hlainn

    Have you tried color change with important? try below code

    span.woocommerce-Price-amount.amount {
    color: #0497ca !important
    }

    Hope this will helps you.

    Thanks.

    Theme Author VW THEMES

    (@vowelweb)

    Hello @hlainn,

    yes! you can use any other color codes for your site.

    We have added your color code in below css, it will work.

    span.woocommerce-Price-amount.amount {
    color: #0497ca !important
    }

    Thanks.

    Thread Starter hlainn

    (@hlainn)

    Appreciate to you all!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘price color can’t change’ is closed to new replies.