• Hi all,
    Right now my post title’s have a hover effect. So its a black box with the post text in white. When the mouse goes over it, it turns to green. I’d like to totally get rid of this function, and just have the title in black text.
    I know where the code is, and have CSS code in my child theme that I used to change these colors. I’m just too scared to mess around with anything too much.
    Thanks!

    http://thehealthycollective.com/

Viewing 6 replies - 1 through 6 (of 6 total)
  • You may need to edit your CSS for the Post title rollover effect. Or if you’re too scared, I can help fix it in a few hours.

    Have a great day!
    Salman

    Thread Starter Hilary Curtiss

    (@hilarykenmare)

    That would be great if you could help me in a few hours! Thanks so much zolumns.

    Sure Hilary,
    No probs, you can send me the details to my email if you like:) [email moderated – please do not ask for direct contact; please keep the support in the forum]

    Cheers!

    Thread Starter Hilary Curtiss

    (@hilarykenmare)

    Hi, so do you have a code I can use to remove the post title box, change the font to geo sans light capitals and change the font to black?

    [bump moderated]

    the ideal location to post is usualy in the currently used theme’s forum, in your case in http://wordpress.org/support/theme/liquorice/

    is the font ‘geo sans light capitals’ installed in your theme?

    if so, you should be able to reference it with font-family http://www.w3schools.com/cssref/pr_font_font-family.asp;
    if not, is it a google font, or how are you planning to include the font into your site?

    the styles to edit or add are:

    #primaryContent h1.postTitle a, #primaryContent h2.postTitle a
    { background: none; color: #000; text-transform: capitalize; font-family: 'geo sans light', "Raleway",arial,sans-serif; }
    #primaryContent h1.postTitle a:hover, #primaryContent h2.postTitle a:hover
    { background: #f9f9f9; }

    the :hover styles are optional.

    Thread Starter Hilary Curtiss

    (@hilarykenmare)

    That looks good. The font is still in Raleway though. I’m really not sure if the geo sans light font capitals is included in my font. I just looked in google fonts plugin and I only see a geo font. Not geo sans light.

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

The topic ‘Change post title hover’ is closed to new replies.