Color of link in Products description - by mariangio

This topic has 2 replies, 2 voices, and was last updated 3 years ago ago by Olga Barlow

  • Avatar: mariangio
    mariangio
    Participant
    March 1, 2021 at 18:59

    Hi
    Firstly, thanks for your help over the time we have used your template.
    I would like to change the color of a link in my description of article. If I do a Css with “a” it changes all the links of the website included the name of the article and so on. How could I use a CSS to change just the link in the description. Thanks!

    1 Answer
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    March 1, 2021 at 19:21

    Hello,

    Use the custom code below to change the link color for the product description only (Theme Options > Custom CSS)

    .tab-description a {
        color: #d10124;
    }
    .tab-description a:hover {
        color: #050505;
        text-decoration:underline;
    }

    Regards

  • Viewing 2 results - 1 through 2 (of 2 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.