My hyperlinks stay black and don't turn blue as they usually do
-
My links are not turning blue as they usually do – they remain black. Please help!
The blog I need help with is: (visible only to logged in users)
-
Hi there – the ads in your posts look blue to me, as you can see in this screenshot:
http://cl.ly/image/2w1W1k353a2H
After clicking on a link, the link becomes “visited” and turns dark grey, as you can see here:
http://cl.ly/image/0c3n3A0S2j1g
This helps visitors keep track of which links they’ve already visited and which they’ve yet to click on.
If you’d like to change your visited link colour, you can do that through your Custom Design upgrade, by heading over to Appearance > Custom Design. Click on the CSS tab, and then you can add some code below the green comments:
.entry-content a:visited {
color: #bb00bb;
}
Click the Save Stylesheet button when you’re done.
Feel free to change bb00bb to whatever colour you like, if you don’t want purple. Here’s a colour picker site you might find helpful: http://0to255.com/
Just let us know if you need further help.
- The topic ‘My hyperlinks stay black and don't turn blue as they usually do’ is closed to new replies.