• Resolved presvinay1

    (@presvinay1)


    I would like to remove the underline animation in the menu that appears on hover. If the text just changed to blue instead of the underline, it would look better.
    https://prnt.sc/uvkgyn

    Please let me know what CSS I need to add. Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @presvinay1,

    Try this CSS:

    .builder-item--primary-menu .nav-menu-primary>.nav-ul li:not(.woocommerce-mini-cart-item)>a:after, .builder-item--primary-menu .nav-menu-primary>.nav-ul li>.has-caret>a:after {
     background-color: unset!important;
    }

    If it doesn’t work – please share the URL of your website to check, thanks!

    • This reply was modified 4 years, 5 months ago by Vytis.
    Thread Starter presvinay1

    (@presvinay1)

    Works great. Thank you!

    Why use CSS when you can just pick the first option in the hover skin mode?

    @rstar1web,

    You are correct, this is actually the best and recommended way, thank you for being an active member of Neve’s community!

    @presvinay1,

    Please change the behavior here: https://prnt.sc/uxv4kk and custom CSS is not needed in this case as it can be changed within the theme options. Apologies for the confusion.

    Thread Starter presvinay1

    (@presvinay1)

    Got it ????

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove underline in Neve main menu’ is closed to new replies.