Change opacitiy buttons main menu

  • Author
    Posts
  • #70290

    Hello,
    Where can I change the opacity for buttons in the main menu? I have three internal links in the menu which shouldn’t be highlighted. I’m using nirvana Version: 1.5.0.2

    Thanks for your attention
    Willibago

    Website: http:dr-holstiege.com-pool.de

    #70337
    Zed
    Cryout Creations mastermind

    The highlight indicates the current menu item. However, as you have multiple menu items pointing to homepage sections (technically also the homepage), WordPress treats them all as being the current menu items.

    You can remove the highlight with custom CSS:

    body #access ul > li.current_page_item,
    body #access ul > li.current-menu-item,
    body #access ul > li.current_page_ancestor, 
    body #access ul > li.current-menu-ancestor {
        background-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.
    #70375

    It works as it should. Thanks for that quick support.

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

The topic ‘Change opacitiy buttons main menu’ is closed to new replies.