• I’m trying to use an image sprite for social media links in the wordpress menu. Site: http://guardiangirls.com/

    I can’t seem to override the menu’s hover background image. Instead of showing the hover sprite image, it just shows the default gradient background that is standard for the text links.

    Any ideas? Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • you have styled the menu item with a background
    #menu-item-403 { ...}
    not the link;
    however, you apply the :hover to the link
    #menu-item-403 a:hover { ... }

    Thread Starter C47

    (@c47)

    When I styled the menu item’s link, (#-menu-item-403 a {}) I was getting formatting issues. Like it was still including some of the styling for the default menu styling tag #access.

    I have a:hover because I don’t know how else I would style its hover state without referring to the link. But I can’t seem to override #access on just those items. I’d want to keep the rest of the menu the same.

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

The topic ‘Sprite Menu Hover Issues’ is closed to new replies.