How to change hyperlink color – How to change hyperlink color

This topic has 5 replies, 2 voices, and was last updated 1 years, 11 months ago ago by Rose Tyler

  • Avatar: Aswin
    Aswin
    Participant
    April 30, 2022 at 18:38

    Hello, I want to change the hyperlink color in woocommerce description product. Because the default link color is Black.
    I want every inner link in woocommerce description product setted to another color.
    Thanks

    4 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 1, 2022 at 07:00

    Hello,

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

    #content_tab_description a {
        color: red !important;
    }

    Regards

    Avatar: Aswin
    Aswin
    Participant
    May 4, 2022 at 20:04

    Thanks for your reply.
    Could you tell me where to paste the code?
    Because I tried to do what you instructed, but I can’t find where to put it.

    Do I have to put in global css?
    If so, in global css there is code too. Do I have to delete the code first or keep the code and then put the code you provided under the existing code?

    Avatar: Aswin
    Aswin
    Participant
    May 4, 2022 at 20:09

    I tried putting the code you provided in the global css without deleting the code there. I put it under existing code. But there is no change, the color of the hyperlink on my product is still black.

    Thanks.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 5, 2022 at 06:34

    Hello,

    Please provide temporary wp-admin access and URL of product with links in the description.

    Regards

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

You must be logged in to reply to this topic.Log in/Sign up

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