• can’t highlight the current menu item or page in wordpress ..right now we are using sleek responsive theme …

    the browser menu code is here :

    <nav class=”header__nav dropdown-open”>

      <li id=”menu-item-3969″ class=”menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-3969 active”>

      <ul class=”sub-menu”>

    <li id=”menu-item-3986″ class=”menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-3986″>
    <li id=”menu-item-4048″ class=”menu-item menu-item-type-post_type menu-item-object-page menu-item-4048″>

    <li id=”menu-item-4058″ class=”menu-item menu-item-type-post_type menu-item-object-page cur…em-2762 current_page_item current_page_parent menu-item-4058″>
    <li id=”menu-item-4354″ class=”menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-4354″>
    <li id=”menu-item-4076″ class=”menu-item menu-item-type-post_type menu-item-object-page menu-item-4076″>

    </nav>

    can u tell me the css to hilight the current page in menu

Viewing 3 replies - 1 through 3 (of 3 total)
  • I can see .current_page_item in your code 😉
    style it the way you want, specify the header nav:

    nav.header__nav li.current_page_item {
       ..
    }

    Thread Starter siddu90001

    (@siddu90001)

    thank u sam its working well

    Ismail

    (@elhardoum)

    You’re welcome, Siddu 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘can't highlight the current menu item/page wordpress’ is closed to new replies.