• Resolved 007me

    (@007me)


    Hi,

    I’m having an issue quit a long time that I can’t solve.
    I’m trying to configure any color for the hovered links inside the posts, but it always stays BLACK.
    I think it has something to do with the WP itself but I can’t put my finger on it.

    Any help will be appreciated.

    you can see all links in my blog here: http://blog.udiburg.com.

    This is also happening when I try to change the background color of the hover menu item of the Graphene theme. It is always stays BLACK.

    Thanks,

    Udi.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Has nothing to do with WP, it’s all about your stylesheets.

    Navigation issue is this rule

    #header-menu > li:hover,
    #header-menu > li.current-menu-item,
    #header-menu > li.current-menu-ancestor {
    	background: url(images/sprite_h.png) left -4px repeat-x #eee;
    }

    line 31 of style-light.css

    Links issue is this rule

    a:hover {
    	color:					#0d0d0d;
    	text-decoration:		none;
    }

    line 56 of page.css

    Thread Starter 007me

    (@007me)

    Thanks, I’ll check this out and will report back.

    Thread Starter 007me

    (@007me)

    simplistik,

    Can you be more specific like explain what’s the issue? As #eee is not black.
    and there are no pages with the name style-light.css or page.css

    style-light.css and page.css are stylesheets … not pages.

    #eee is getting overridden by the background image sprite, the position of the sprite is what is affecting the color of the navigation.

    Thread Starter 007me

    (@007me)

    simplistik

    Well, the issue was of my plugings called “better tag cloud”.
    Once deactivated the issue was solved.

    Thanks for trying to help.

    Me.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Can't change the link hover color from black!’ is closed to new replies.