Janvier-nuio Posted April 6, 2015 Share Posted April 6, 2015 Hi ! First of all thanks for all the amazing work and info you guys put out for free, it's been a tremendous help ! I'm new to prestashop and have a question regarding the top horizontal menu. I have a catalog with multiple subcategories and subsubcategories. I'm looking for a way to make this : Look like this : And the same for the subsubcategories. Basically a dynamic Block Categories but for the Top Horizontal Menu. How can I achieve this ? Link to comment Share on other sites More sharing options...
Paulito Posted April 6, 2015 Share Posted April 6, 2015 Hello How about using display:none on your menu, like: Ul li li a Sorry i'm replying to this using mobile so it may not make sense. Paul Link to comment Share on other sites More sharing options...
Janvier-nuio Posted April 6, 2015 Author Share Posted April 6, 2015 Thanks, I've added .sf-menu li li ul { display: none!important; } That hides all the subcategories, now I need to find a way to display a "+" button and show the subcategories when that button is clicked. I tried adding a "+" with :after but it isn't clickable. Link to comment Share on other sites More sharing options...
Janvier-nuio Posted April 6, 2015 Author Share Posted April 6, 2015 Ok, I've solved the problem. It would be a little complicated to explain and I doubt that whatever I did is clean. It's kinda convoluted but it works for now. 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