Colour of Hyperlinks
- The topic ‘Colour of Hyperlinks’ is closed to new replies.
Need help? Check out our Support site, then
Hi Ana
Sorry to bug you so much.
How do I change the colour of hyeperlinks?
When I tried the CSS code from another post it also changed my menu colour which I don’t want. I want to change the hypelink colour as in my first blog, including the icon beside my name and the tag text colours.
Thanks again.
Lydia
The blog I need help with is: (visible only to logged in users)
Hi Lydia,
to change links in the blog post you’ll need to use this in the Custom CSS:
.entry-content p a {
color: #cd736b;
}
.bloggy.bloggy-user {
color: #cd736b;
}
or to use Custom Colors feature where you can change colors of the theme
All the best,
Ana