Mega menu dropdown menu item shows on loading how to hide a dropdown menu item in magento 2 [closed]

magento.stackexchange https://magento.stackexchange.com/questions/268029

  •  24-02-2021
  •  | 
  •  

Question

Mega menu shows on loading in frontend magento 2 i want to hide on loading

enter image description here

Was it helpful?

Solution

try this way...

<ul style="display:none"></ul>

OTHER TIPS

You can hide it using CSS. Add this in your custom CSS and this will hide the menu during onload event of the body:

ul.dropdown-menu.fullwidth.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
display:none !important;
}
Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top