Third-level Submenu Not Visible In Nexio Template - Question | JoomShaper

Third-level Submenu Not Visible In Nexio Template

H

Hans

Template 3 hours ago

Hello,

I am using the Nexio template, but the third-level menu items are not visible on the frontend. The main menu and the first submenu are displayed correctly, but the sub-submenu does not appear.

You can see the menu structure on this page: https://www.equa.be/straalcabines/straalmiddelen/glasparels

Does the Nexio template support third-level menu items? If so, could you please explain how I can enable or display them?

0
1 Answers
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 3 hours ago #231460

Please add the following CSS code to your Template Options -> Custom Code -> Custom CSS

#sp-header #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent li .sp-dropdown .sp-dropdown-inner {

    overflow: visible !important;
}

After applying the change, please make sure to clear both your Joomla cache and your browser cache to see the updated result.

0