Change hyperlink color
- The topic ‘Change hyperlink color’ is closed to new replies.
Need help? Check out our Support site, then
Hello, I’d like to change the hyperlink color (in my posts only) so that it stands out from the other text. Is there a way to do this? Thank you!
The blog I need help with is: (visible only to logged in users)
Hi,
thank you for using our theme.
You can use this in the Custom CSS:
.post .entry-content a {
color: #000;
}
and change #000 with color you wish.
Hope this helps.
All the best,
Ana
Hi Ana! Thank you very much for the custom CSS. It works…and now I’m wishing that the same effect could be applied to pages too (sorry). Any chance there might be a way to do this too?
Thank you so much for your help!
Hi,
you can try to use this:
.page .entry-content a {
color: #000;
}
Let me know if this helps.
All the best,
Ana
It worked! Fantastic, thank you so much for your help! :)
You are very welcome :)