How to change text color of single product page?

This topic has 4 replies, 2 voices, and was last updated 1 year, 10 months ago ago by Rose Tyler

  • Avatar: Jamie Xu
    Jamie Xu
    Participant
    May 16, 2022 at 13:52

    How to change the text color of the single product page?
    I input the text on the edit page:
    https://imgur.com/mTFIyix
    But on the product page, the text is grey? How to change the color to black?
    https://imgur.com/DY4mppp

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 16, 2022 at 15:30

    Hello,

    Theme Options > Typography, or provide URL of product page, and we will give you custom CSS code.

    Regards

    Avatar: Jamie Xu
    Jamie Xu
    Participant
    May 17, 2022 at 17:28
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 18, 2022 at 06:19

    Hello,

    Add the next code in Theme Options > Theme custom CSS > Global:

    .woocommerce-product-details__short-description {
        color: #333 !important;
    }

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

The issue related to '‘How to change text color of single product page?’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.