Ok, sorry, another thing bothering me:
(My site http://www.ourhavenhill.com) In the main section, I can find nowhere to edit the hover color of the link of the blog post title! The hover is BLUE and I can’t find anywhere to edit this!
Also, the links at the bottom of the post that say author name, date, categories, permalink…those are all blue too! Anyone know how to edit those? It bothers me I can’t control the colors of the links on my posts.
Hi RachelH,
To change the hover color of the meta tags try to add:
.entry-meta a:hover {
color: #d54e21;
}
To change the color of the meta tags try:
.entry-meta a {
color: #d54e21;
}
whereas #d54e21 is just an example and can be adjusted to whatever color is needed.
Cheers,
Alexander @ http://www.mouseclick.com
Perfect, thanks…the bottom meta tags are the color I want now.
What is the code to alter the blog post title hover color?
Hi Rachel,
I tried to give some notes on the code. But it seems I cant view your site. I think you block some countries?
Hi Rachel,
try this one in your css (your color):
.entry-title a {
color: #d54e21;
}
and the hover one (black):
.entry-title a:hover {
color: #000000;
}
Cheers,
Alexander @ http://www.mouseclick.com
Thank you so much Alexander!
Rajesh – Thank you, and you’re right, I’m so sorry. I found people from certain countries were stealing photos of my baby and claiming she was theirs – it creeped me out, so in a knee-jerk reaction, I blocked the whole darn country. I feel bad for nice, normal people like you would want to see it ever. π