Can you show me the link for your site please?
To change the link color
a {
color: black;
text-decoration: none;
}
to change the color when you hover over the link
a:hover {
color: red;
text-decoration: none;
}
You can change the black and red respectively with your color of your choice. Then all the links on the site should change accordingly.
Cheers
Jay
@jay Mayu:Thank you contributing to the forums but please do not encourage people to edit theme files directly. At best, they will lose all of their changes when they update the theme. At worst, they could bring their site down. They should be recommended to create a child theme or use a custom CSS plugin for their changes.
@esmi Yeap that makes sense. Will do going forward π
Custon CSS works like a charm