Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #262438
    shimel
    Participant

    I’ve just installed woocommerce on the website using this theme, but the default text on products is yellow and it does not go well with the website that I’m building. Is there a way to customize woocommerce text color?

    #262458
    Skandha
    Participant

    @shimel: Hello there,
    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    #262466
    Skandha
    Participant

    @shimel: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    p {
        color: #fff !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Customize Woocommerce Text Color’ is closed to new replies.