Limiting The Mega Menu To Three Levels? - Question | JoomShaper

Limiting The Mega Menu To Three Levels?

C

Cat

Template 1 year ago

Hi, I'm using Helix Ultimate and I'd like to do exactly what's described in this post:

https://www.joomshaper.com/forum/question/17732

except limit the menu to THREE levels, not TWO.

0
1 Answers
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 1 year ago #169450

Hello Cat,

Apologize for the issue you're experiencing. Please add the following CSS code to your Template Options -> Custom Code -> Custom CSS

@media (min-width: 840px) {
.sp-menu-item .sp-dropdown .sp-dropdown .sp-dropdown .sp-dropdown-items li a::after, .sp-menu-item .sp-dropdown .sp-dropdown .sp-dropdown .sp-dropdown {
    display: none;
    visibility: hidden;
}
}

This should resolve the problem. Please let us know if you need any further assistance!

Best regards

0