Blog post title link hover color blue? Can it be changed? Also bottom links too

Viewing 6 posts - 1 through 6 (of 6 total)
  • #12161
    RachelH
    Participant

    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.

    #12166
    Alexander
    Participant

    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

    #12192
    RachelH
    Participant

    Perfect, thanks…the bottom meta tags are the color I want now.
    What is the code to alter the blog post title hover color?

    #12241
    Rajesh Kannan MJ
    Participant

    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?

    #12254
    Alexander
    Participant

    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

    #12304
    RachelH
    Participant

    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. πŸ™

Viewing 6 posts - 1 through 6 (of 6 total)

Tagged: , , ,

You must be logged in to reply to this topic.