This topic has 4 replies, 2 voices, and was last updated 9 years, 4 months ago ago by Stan Russell
Hello,
I need to change the color of all the links on the Legenda Theme (in pages, posts and products) because now all the links are black color and it go unnoticed by the reader.
To make the links more usables I would like to change them to blue and with hover effect underlined.
What code should I use in my custom.css file?
Thank you very much.
Hello,
please add following css code to your custom.css file:
a {
color:blue;
}
a:hover {
text-decoration: underline;
}
Regards,
Stan Russell.
Hi Stan,
I added the code you told me, but not working.
I attached you a two pages where you can see that the links are in black instead of blue.
I will waiting for your answer.
Thank you.
Hello,
please disable caching on your site or update cache because your site is using cached old versions of css files. That’s why code added to child theme’s style.css or custom.css is not displayed.
Regards,
Stan Russell.
You must be logged in to reply to this topic.Log in/Sign up