This topic has 5 replies, 2 voices, and was last updated 2 years, 6 months ago ago by Rose Tyler
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
Hello,
Add the next code in Theme Options > Theme custom CSS:
#content_tab_description a {
color: red !important;
}
Regards
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?
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.
Hello,
Please provide temporary wp-admin access and URL of product with links in the description.
Regards
You must be logged in to reply to this topic.Log in/Sign up