vinefreshtees Posted July 14, 2015 Share Posted July 14, 2015 Hi, I'm currrently running Prestashop 1.6.1.0. I've read as many posts as I can about this issue and still don't seem to be able to understand. Many posts are years old and I was hoping there were other solutions to this problem by now. When I hover over a category all the subcategories show and since I sell t-shirts I have a lot of sub categories and it is rather overwhelming and distracting to see all of them at once. I like simple, straightforward and clean. I'd like to be able to show just one level with the hover as the left bar will break it down more if the customer needs it. Is there any way to do this or if not to deactivate the hover feature completely? Also I've noticed the the fist column of images seem to be more blurry than others as seen here https://www.vinefreshtees.com/3-t-shirts, but not here https://www.vinefreshtees.com/. Click on the image and it's crystal clear. I have adjusted the picture size and that has helped some, but what I have seems to be as good as I can get. I know it isn't super noticable, but again I'd like it to be as clean as possible. I am not well versed in code. I am a complete noob at this, but I'm learning. Any help would be greatly appreciated. Thanks!! Link to comment Share on other sites More sharing options...
blackflow Posted July 14, 2015 Share Posted July 14, 2015 Try experimenting with css- you can hide them. For example, should hide what you want. #block_top_menu > ul > li > ul > li > ul > li > ul > li { display:none; } Link to comment Share on other sites More sharing options...
vinefreshtees Posted July 14, 2015 Author Share Posted July 14, 2015 Could you be a little more specific as to where I would find the css? I really understand very little and have been learning more or less by trying to google everything lol Link to comment Share on other sites More sharing options...
vinefreshtees Posted July 14, 2015 Author Share Posted July 14, 2015 I referenced posts made by Vekia in other threads and I was able to fix it just like I wanted. He recommended this: #block_top_menu ul li li ul {display:none!important;} To show another subcategory he said to ad a li so you would end up with this: #block_top_menu ul li li li ul {display:none!important;} I saved it and refreshed and it's the perfect fix!! Just took forever to find the right section to add it to. I have Prestashop 1.0.6.0 and I found it under themes -> default_bootstrap -> css -> modules -> blocktopmenu -> css -> superfish-modified.css Link to comment Share on other sites More sharing options...
blackflow Posted July 15, 2015 Share Posted July 15, 2015 You shouldn’t modify the default_bootstrap theme. You can create a new theme in the backoffice and experiment with that. Also I recommend reading presta documentation or other tutorials. Link to comment Share on other sites More sharing options...
nikolaosp Posted July 15, 2015 Share Posted July 15, 2015 I referenced posts made by Vekia in other threads and I was able to fix it just like I wanted. He recommended this: #block_top_menu ul li li ul {display:none!important;} To show another subcategory he said to ad a li so you would end up with this: #block_top_menu ul li li li ul {display:none!important;} I saved it and refreshed and it's the perfect fix!! Just took forever to find the right section to add it to. I have Prestashop 1.0.6.0 and I found it under themes -> default_bootstrap -> css -> modules -> blocktopmenu -> css -> superfish-modified.css Hi, I have the same problem, i only wish to show the major categories in my shop and in my superfish-modified.css there are loads of option but i cannot seem to find the onw that does what i need. Which section should I modify? ps. I am on ps 1.6.1.0 Link to comment Share on other sites More sharing options...
vekia Posted July 16, 2015 Share Posted July 16, 2015 hello you can hide subcategories so in that way you will display only main categories 1 Link to comment Share on other sites More sharing options...
nikolaosp Posted July 16, 2015 Share Posted July 16, 2015 (edited) hello you can hide subcategories so in that way you will display only main categories I have tried your suggestion and it works if you have your categories placed in correct sequence without any disabled categories in between. How can I increase the distance between the two lines of categories so that it looks better? Sorry for being such a pain but it is difficult when you know nothing about css. Thanks for your help! Edited July 16, 2015 by nikolaosp (see edit history) Link to comment Share on other sites More sharing options...
Bonjovi67 Posted February 4, 2016 Share Posted February 4, 2016 (edited) hello you can hide subcategories so in that way you will display only main categories Hi I have tried to hide the sub categories with the above solution, and they are hidden now, but i would like the sub categories to unfold on 'mouse over' (hover). Anyone that know at fix for that ? I use Prestashop 1.6.1.4 default theme wtih sticky menu mod from vekia. Edited February 4, 2016 by Bonjovi67 (see edit history) 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