This topic has 2 replies, 2 voices, and was last updated 3 years, 8 months ago ago by Olga Barlow
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!
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
You must be logged in to reply to this topic.Log in/Sign up