Unresolved Issue: Dropdown Menu Appears Despite Hidden Pages - Question | JoomShaper

Unresolved Issue: Dropdown Menu Appears Despite Hidden Pages

Michael Ko.

Michael Ko.

Template 1 week ago

Hello everyone, I've hidden some pages in the menu, but strangely, a dropdown menu still appears. How can I disable this in Helix 3? Any assistance would be greatly appreciated. (See image)"

I haven't found a solution to this issue in the forum...

0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 week ago #154808

Hi

Thanks for contacting us. Use this CSS in your custom.css file

.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner{
  display:none;
}

-Regards.

0
Michael Ko.
Michael Ko.
Accepted Answer
1 week ago #154860

THANKS ;-)

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 week ago #154973

You are welcome.

0