Yundar YK Posted June 12, 2014 Share Posted June 12, 2014 i want to delete a submenu dropdown below,, the way how? through BO or where? picture below .. thanks regards prestashop :) Link to comment Share on other sites More sharing options...
dioniz Posted June 12, 2014 Share Posted June 12, 2014 You can hide it with css but it's hard to say without seeing your site, because you have custom theme. Can you share your url? 1 Link to comment Share on other sites More sharing options...
Yundar YK Posted June 12, 2014 Author Share Posted June 12, 2014 You can hide it with css but it's hard to say without seeing your site, because you have custom theme. Can you share your url? Hi dioniz, the site is still offline : ( , if what cssnya example, described in detail?, I use a template leo converse, thank you for your help :) Link to comment Share on other sites More sharing options...
dioniz Posted June 12, 2014 Share Posted June 12, 2014 Ok i checked leo converse demo site and there's CCC turned on so i can't tell you exactly what file is css for menu in. But it's probably in menu folder somewhere. Try to add this code to it: .dropdown-menu li li{ display:none; } 1 Link to comment Share on other sites More sharing options...
Yundar YK Posted June 12, 2014 Author Share Posted June 12, 2014 Ok i checked leo converse demo site and there's CCC turned on so i can't tell you exactly what file is css for menu in. But it's probably in menu folder somewhere. Try to add this code to it: .dropdown-menu li li{ display:none; } thank you :) Link to comment Share on other sites More sharing options...
dioniz Posted June 12, 2014 Share Posted June 12, 2014 You are welcome 1 Link to comment Share on other sites More sharing options...
Recommended Posts