Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #281354

    I like the menu item to show the indicator (small border underneath) on hover, but I don’t want the active or current page to show an indicator. I am using a child theme, so I tried to alter the CSS in my child theme’s CSS file.

    I tried this:

    nav.main_menu ul#avia-menu li.current_page_item{border-bottom-color:#fff;}

    But this does not work.

    Can you help, please?

    #281357

    Hi msalem951!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .current-menu-item > a > .avia-menu-fx { opacity: 0; visibility: hidden; }

    Regards,
    Yigit

    #281358

    Thank you!

    #281360

    Hi!

    You are welcome, glad we could help! :)

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove current/active indicator for main menu item’ is closed to new replies.