• Resolved shymuypt

    (@shymuypt)


    Hello

    in Healthcare theme, when we have submenu the dropdown design have a Triangle from Main menu to the sub, the Hover Area for mouse is only that Triangle, is there a way to expand that Hover Area for the entire width?

    best regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi..

    Please make child theme directory.

    Now copy below css code and paste into child theme’s style.css file.

    .navbar-nav > li > .dropdown-menu {
      margin-top: 0 !important;
    }
    .dropdown .dropdown-menu::before,
    .dropdown .dropdown-menu::after{
    content:none !important;
    }

    Save the changes.

    Thanks.

    Thread Starter shymuypt

    (@shymuypt)

    Hi weblizar_support,

    Thank you, that works, is really what i needed.

    Best Regards

    Most Welcome..

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘sub-menu "dropdown" Triangle’ is closed to new replies.