Disable menu color (shading) of selected/current item?

  • Author
    Posts
  • #96805

    I can’t find this ANYWHERE! My main menu is a dark gray. The “current page” is a slightly lighter gray. I’d like to disable this, so the menu does NOT indicate the current page at all. Where can I change this setting or color? Site in question: http://www.ianeric.com

    Thanks.

    Website: www.ianeric.com

    #96854
    Zed
    Cryout Creations mastermind

    That color is not not directly configurable (but it is generated based on the configured menu background color).

    You can remove it with a bit of CSS:

    #access ul > li.current_page_item, 
    #access ul > li.current-menu-item, 
    #access ul > li.current_page_ancestor, 
    #access ul > li.current-menu-ancestor {
        background-color: transparent;
    }

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

    Worked! Thank you!

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

The topic ‘Disable menu color (shading) of selected/current item?’ is closed to new replies.