Megamenu - Question | JoomShaper

Megamenu

jean luc trevilly

jean luc trevilly

Helix Framework 2 weeks ago

Hello, I would like not to display certain levels of the megamenu without however for URL issues not using the hidden function in joomla I saw in the documentation that there was code for the 3rd level. I would like the same thing for the 2nd level :

Display -Display --hidden

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 weeks ago #155654

Hi Jean,

yes, it was my guide in Helix documenation. This is CSS for 2nd level

@media (min-width: 960px) {
body.ltr .sp-megamenu-parent > li.sp-has-child > a::after,
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner
{display: none; visibility: hidden;}
}

Will work for Desktop and Tablet Horizontal view.

0
jean luc trevilly
jean luc trevilly
Accepted Answer
1 week ago #155797

It's OK

Thanks

0