Menu background color.

  • Unknown's avatar

    All I want is my menu item to remain highlighted with the background color, when clicked.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, to have the menu item retain the white hover background color, we can use the following CSS.

    .current_page_item a, .current_page_item a {
        background-color: #fff;
    }

    What I have done is to use the current_page_item and current_page_item CSS classes set in the menu li element along with the “a” to set the background color.

  • The topic ‘Menu background color.’ is closed to new replies.