Chenge hover-color for main navigation

  • Author
    Posts
  • #43738

    With a transparent background for the site, hovering the menu will hide the menu-items.
    Is it possible to add a hover-color for the menu-items?

    • This topic was modified 6 years ago by gorrit.
    #43816
    Zed
    Cryout Creations mastermind

    This depends on the colours you use.

    A site link would be useful in figuring out which elements require customization.


    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.
    #43828
    #43855
    Zed
    Cryout Creations mastermind

    Try this CSS:

    #site-header-main.header-fixed, #access .sub-menu {
        background: #fff;
    }
    #access a:hover {
        color: #fff;
    }

    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.
    #43895

    This works fine for me! Many thanks!

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

The topic ‘Chenge hover-color for main navigation’ is closed to new replies.