How to Change Background Color of Main Menu at Mouseover

  • Author
    Posts
  • #86697
    kvalentk
    Power User

    I can’t find out how to do this using the customization. Is there an option? If not, what can I enter into the custom CSS pane? Thanks.

    Website: plasticupcycling.org

    #91654
    Zed
    Cryout Creations mastermind

    The theme uses the first (main) accent color as the navigation background color on hover. This is not independently configurable, but can be customize with CSS if desired:

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

    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.
    #91678
    kvalentk
    Power User

    Thanks! I finally went with a different main accent color to resolve the problem. But it’s good to know how to change this. Since the menu closes up again if you try to inspect with it open, it’s difficult to find out.

    Website: plasticupcycling.org

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

The topic ‘How to Change Background Color of Main Menu at Mouseover’ is closed to new replies.