• Resolved UN_Rick

    (@un_rick)


    Hi,

    I would like for menu effect 9 (underline & overline) to be applied to the current menu item as an indicator that the item is current (persistently, not only on hover).

    How can the CSS be applied to achieve this? Is there another way?

    Thanks for your help.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    Try to add the below code to the CUstomize > Custom CSS section to do it –

    .effect-nine #site-navigation-wrap .dropdown-menu>li.current-menu-item>a.menu-link>span:before, .effect-nine #site-navigation-wrap .dropdown-menu>li.current-menu-item>a.menu-link>span:after {
        opacity: 1;
    }
    Thread Starter UN_Rick

    (@un_rick)

    Thank you Amit!

    This worked perfectly.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Menu Effect to Indicate Current Item’ is closed to new replies.