This topic has 4 replies, 2 voices, and was last updated 4 years, 9 months ago ago by Olga Barlow
I want links in my store to be underlined and in blue – exactly the same as on my blog
It’s good on the blog – the link is underlined and blue (e.g. https://www.jangok.pl/piesn-slubna-wzruszajaca/)
The store is bad – Link Gray and undefined (e.g. https://www.jangok.pl/produkt/siec-podklad-muzyczny/)
What should I do?
I use google translate
Hello,
Replace the custom code that you use
.content-article a {
color: #0162b2;
text-decoration: underline;
}
by this one
.content-article a, .product-information a {
color: #0162b2;
text-decoration: underline;
}
Regards
Thank you! You helped me a lot 🙂
Hello,
You are welcome.
If you have a quick minute we always appreciate a 5-star rating on our theme!
https://themeforest.net/item/xstore-responsive-woocommerce-theme/reviews/15780546
Your feedback is the motivation to improve our work and services.
Regards
You must be logged in to reply to this topic.Log in/Sign up