On my Evonews site hyperlinked words in articles looks the same as other words. How can I make hyperlinked words looks different - other color, or bold, or underlined, so that the visitors can see that it is a link.
centerprh Hi Add this code for hover color in override.css
#gkPageContent .single-page a:hover {color:#e33131!important}
and this for without hover
#gkPageContent .single-page a {color:#e33131!important}
change color codes as per needs.
I've put codes but it doesn't work. Nothing changed. You can see screenshots
centerprh In your screenshot you can see you did not closed the braces for last custom code. Each open braces should be closed { }
Thanks, it was an old code. I've just remove it and now it works!