Matty-V-clixpix Posted May 29, 2020 Share Posted May 29, 2020 Site URL: https://www.mattyvclixpix.com/ I know there is a solution posted here but coding is beyond ancient hieroglyphs for me and I may need a little more guidance than the average duck. I am looking to remove the "all" category from my navigation bar completely or hide it. Any and all help with this will be greatly appreciated. Thank you ahead of time! Link to comment
tuanphan Posted May 30, 2020 Share Posted May 30, 2020 Add to Home > Design > Custom CSS .category-nav .all { 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
Matty-V-clixpix Posted June 17, 2020 Author Share Posted June 17, 2020 This worked for me! However, if I click on one category, it the "ALL" section re-appears. Is there anything I can do to stop this? Thank you again! Link to comment
tuanphan Posted July 8, 2020 Share Posted July 8, 2020 On 6/17/2020 at 11:23 PM, Matty-V-clixpix said: This worked for me! However, if I click on one category, it the "ALL" section re-appears. Is there anything I can do to stop this? Thank you again! Hi. Sorry for the delay. didn't see the notification. Have you solved it yet? 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
GeorgeSlade Posted August 25, 2020 Share Posted August 25, 2020 I am also looking to remove the "All" Category from my site with little success some code i used before worked when the store was my homepage but it is not anymore and now does not work, https://www.fab-medical.com/shop i just want to remove the All and i will make an All Promotions Category which i want to be the first thing people see! any help is appreciated! Link to comment
tuanphan Posted August 28, 2020 Share Posted August 28, 2020 On 8/25/2020 at 7:30 PM, FABMedical said: I am also looking to remove the "All" Category from my site with little success some code i used before worked when the store was my homepage but it is not anymore and now does not work, https://www.fab-medical.com/shop i just want to remove the All and i will make an All Promotions Category which i want to be the first thing people see! any help is appreciated! Add to Home > Design > Custom CSS /* Hide all */ .category-item [href="/shop"] { 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
GeorgeSlade Posted September 3, 2020 Share Posted September 3, 2020 On 8/28/2020 at 9:00 AM, tuanphan said: Add to Home > Design > Custom CSS /* Hide all */ .category-item [href="/shop"] { display: none !important; } Hi Thanks for your reply however this didn't work the all category still appears Link to comment
tuanphan Posted September 3, 2020 Share Posted September 3, 2020 46 minutes ago, FABMedical said: Hi Thanks for your reply however this didn't work the all category still appears Can you insert the code & I will check again? 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
GeorgeSlade Posted September 3, 2020 Share Posted September 3, 2020 4 hours ago, tuanphan said: Can you insert the code & I will check again? Sorry to be clear the code worked to remove the all category after i removed some other code that was in the custom css however the shop page still displays all the products ones loaded instead of showing only whats the the top category "Promotions" Link to comment
GeorgeSlade Posted September 22, 2020 Share Posted September 22, 2020 I just wanted to bump this post to see if you had any other suggestions thanks Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.