Hi,
How can I change link color? I added custom css, but there are so many link, that must be simple black. How can I change, that only text link is red?
Best regards,
LL
This topic has 8 replies, 3 voices, and was last updated 10 years, 9 months ago ago by Robert Hall
Hi,
How can I change link color? I added custom css, but there are so many link, that must be simple black. How can I change, that only text link is red?
Best regards,
LL
Hello
Please provide us with wp-admin credentials and screenshot where this link element is highlighted
With best regards
Brian Johnson
Data are in private content.
Hello,
Please add this code in custom.css file
.product-category h5{
color:#f45b5b;
}
Also other your link in text is red now.
Regards,
Robert Hall.
Thank you.
How can I change product link color? I wish, that this link would be black.
BR,
LL
Please use this code:
.product-name a{
color:#000;
}
Regards,
Robert Hall.
Thank you very much.
Hello,
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘Change link color’' has been successfully resolved, and the topic is now closed for further responses