Follow this tutorial trick guide how to stop the submenu from showing on the collapse;
1. Go to your where the PrestaShop is hosted or using FTP like FileZilla
2. Look for this directory .../htdocs/themes/classic/assets/CSS
3. edit the custom.css file and paste the following code inside it
#_desktop_top_menu .top-menu[data-depth="0"] li:hover .sub-menu{display:none!important}
4. Save the custom.css file and re-upload to replace the existing one.
Once that is done
1. Login to the PrestaShop admin panel
2. Go to Advanced Parameters >> Performance
3. Click on "Clear Cache" button to clear the previous template cache.
4. Then open a browser and go to your PrestaShop the collapse submenu category should not be appearing anymore.

No comments:
Post a Comment