Natalie192 Posted January 17, 2023 Share Posted January 17, 2023 In version 7.1, from the main store page I can see a list of my categories. Is there any way to see the list of subcategories as well without having to click on the category? Link to comment
tuanphan Posted February 1, 2023 Share Posted February 1, 2023 Try adding this to Design > Custom CSS /* Show category nav links */ div.nested-category-tree-wrapper { display: flex !important; float: none !important; min-width: 100% !important; max-width: 100% !important; margin-right: 0 !important; } section.products.collection-content-wrapper.products-list { flex-direction: column !important; display: flex; } .nested-category-tree-wrapper>ul { width: 100% !important; display: flex; justify-content: center; align-items: center; flex-wrap: wrap !important; } .nested-category-tree-wrapper>ul li { margin-left: 2vw; } nav.nested-category-breadcrumb { display: none !important; } ul.nested-category-children { display: none !important; } a.category-link.root { padding-bottom: 0 !important; padding-top: 6px !important; } /* fix first item space */ li.category-item:first-child a { padding-bottom: 0 !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Natalie192 Posted February 1, 2023 Author Share Posted February 1, 2023 Thank you, yes! Is there a way to have them listed down the left hand side instead of the top? Link to comment
tuanphan Posted February 3, 2023 Share Posted February 3, 2023 On 2/2/2023 at 6:05 AM, Natalie192 said: Thank you, yes! Is there a way to have them listed down the left hand side instead of the top? Can you share site url? We can test code easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Natalie192 Posted February 4, 2023 Author Share Posted February 4, 2023 bimmerspares.com.au - it's currently not live but password protected. pw: Hello1 Link to comment
e-eph Posted February 6, 2023 Share Posted February 6, 2023 Hello, I am looking for assistance on this a well. I'd like to subcategories to show at all times down the left hand side. Can someone help me with this? Link to comment
tuanphan Posted February 10, 2023 Share Posted February 10, 2023 On 2/4/2023 at 2:31 PM, Natalie192 said: bimmerspares.com.au - it's currently not live but password protected. pw: Hello1 I see you figured it out? On 2/6/2023 at 10:19 PM, e-eph said: Hello, I am looking for assistance on this a well. I'd like to subcategories to show at all times down the left hand side. Can someone help me with this? What is your site url? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Natalie192 Posted February 13, 2023 Author Share Posted February 13, 2023 No, I still have it showing main categories only with subcategories hidden. The code provided lists categories and subcategories at the top which I've taken out for now. Link to comment
tuanphan Posted February 15, 2023 Share Posted February 15, 2023 On 2/13/2023 at 8:35 AM, Natalie192 said: No, I still have it showing main categories only with subcategories hidden. The code provided lists categories and subcategories at the top which I've taken out for now. You mean remove this? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Natalie192 Posted February 16, 2023 Author Share Posted February 16, 2023 Yes please, and also a way to have the subcategories listed down the left hand side permanently? Link to comment
tuanphan Posted February 21, 2023 Share Posted February 21, 2023 On 2/16/2023 at 10:45 AM, Natalie192 said: Yes please, and also a way to have the subcategories listed down the left hand side permanently? Add to Design > Custom CSS nav.nested-category-breadcrumb { display: none !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment