• Resolved itsadesignthing

    (@itsadesignthing)


    Dear OceanWP,

    Big thanks for your great theme!

    Could you please help me on the below? I would like to hide the dropdown-toggle underline on hover of the menu item. But only that of the dropdown-toggle, not the actual string.

    Many thanks in advance for your support!

    Screenshot: https://prnt.sc/264cn3y

    Kind regards

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @itsadesignthing,

    Thank you very much for your feedback,

    Please put the CSS below in Customizing > Custom CSS/JS > CSS Code:

    #site-header.vertical-header #site-navigation-wrap .dropdown-menu li>a .dropdown-toggle:after {
        display: none;
    }

    Note: if you have any cache plugin or server cache(CDN / WP Rocket / Browser Cache and Cookies and …), you need to clear its cache contents or disable them to see your changes.

    Best Regards

    Thread Starter itsadesignthing

    (@itsadesignthing)

    Great, thank you so much!!!

    Hello @itsadesignthing,

    You’re most welcome.
    I’m glad it is solved.

    Best Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide underline of dropdown toggle’ is closed to new replies.