How to set default colour on hyperlinked text?
- The topic ‘How to set default colour on hyperlinked text?’ is closed to new replies.
Need help? Check out our Support site, then
The default colour on my hyperlinked text is grey. I want to change this to black. How do I do this?
The blog I need help with is: (visible only to logged in users)
Hey,
Thanks for using our Gema theme. Your blog looks nice, with those featured images styled in that way. Great job so far! 👏
You can change the color for the hyperlink text, using the CSS below:
/* Hyperlink Text Color */
.entry-content a, .comment__content a {
color: red;
}
To see how to add custom CSS, check this out.
Give it a try and let me know how it goes.
Stay safe!
Alin
Pixelgrade