Change link colour
-
Hi, I would like to change the link color when hovering over it. I have changed link color in customize>colors & backgrounds to mustard, but it still appears gray. And while we are on it, I would like links to stand out even when not hovering over them, so would like to be able to show the links in different color from main text with and without hovering. What do I need to do to achieve this? Thanks very much.
The blog I need help with is: (visible only to logged in users)
-
Hi,
I have visited your blog, to make color mustard on hover effect you need to add following CSS in your code.a:hover { color: #996500; }Thanks,
Aakash Patel -
Thanks very much. How do I change the link colour so it stands out when you are reading it?
-
That is when you are not hovering over it, so when you just look at a page, the links appear in a colour different to the main text. Thanks
-
To change the general link color (non-hover) add the following and adjust the color as desired.
a { color: #e9006e; }
- The topic ‘Change link colour’ is closed to new replies.