catalin66ro Posted May 30, 2015 Share Posted May 30, 2015 (edited) Hi there, I was wondering what can I do to stop submenu to appear (the drop down)? I created some categories and some sub-categories. The categories appears on the main horizontal menu, but I would like to stop the drop-down, with the sub-categories to appear. I tried some css scripting but with no result. I circled with red the submenu that I don't want to show (the drop-down submenu). I'm using the default bootstrap theme. Unfortunately, I cannot give you a link since I'm working on localhost. Any idea? Edited May 30, 2015 by catalin66ro (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted May 30, 2015 Share Posted May 30, 2015 hello take a look here:http://cart-help.com/topic/66-hide-subcategories-in-horizontal-top-menu/ it's achievable with simple css: #block_top_menu ul li li ul {display:none!important;} Link to comment Share on other sites More sharing options...
catalin66ro Posted May 31, 2015 Author Share Posted May 31, 2015 hello take a look here: http://cart-help.com/topic/66-hide-subcategories-in-horizontal-top-menu/ it's achievable with simple css: #block_top_menu ul li li ul {display:none!important;} Thanks a lot man. It's working, but I found out that the right code for me is: #block_top_menu ul li ul {display:none!important;} All the best! Link to comment Share on other sites More sharing options...
vekia Posted May 31, 2015 Share Posted May 31, 2015 that's correct as far as i remember this code was for second level of dropdowns :-) anyway, im glad to hear that it works :-) with regards, Milos Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now