Hyerlink Color
- The topic ‘Hyerlink Color’ is closed to new replies.
Need help? Check out our Support site, then
Hi,
On each post, when I hyperlink a text/word or sentence, I want that text to be change to blue color. Example as shown here: Link
The blog I need help with is: (visible only to logged in users)
Hi there,
You’ll need some custom CSS to do that. You can start with something like this:
.entry-content a { color: #00adef; }