Menu Rollover Styles

  • Author
    Posts
  • #43100

    Hi all,

    Is it possible to change the rollover states, to not change the background colour in the navigation bar? I’ve looked everywhere and can’t seem to find it. Hellllp!

    Thanks!

    #43171
    Zed
    Cryout Creations mastermind

    There is no option for this, but it can be customized with CSS:

    body #access > div > ul > li:hover { background-color: inherit; }
    body #access > div > ul > li:hover a { color: inherit; }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Menu Rollover Styles’ is closed to new replies.