paulafarino Posted May 8, 2020 Share Posted May 8, 2020 Site URL: https://paulafarino.com/shop How to hide categories on my shop page? I wanna display only 4, can you help me please? Thanks Link to comment
tuanphan Posted May 8, 2020 Share Posted May 8, 2020 Add to Home > Design > Custom CSS ul.category-filter-list>*:nth-child(n+10) { display: none; } 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
paulafarino Posted May 8, 2020 Author Share Posted May 8, 2020 Thanks. I want to choose the categories that I want to show, how do I do it? Link to comment
tuanphan Posted May 9, 2020 Share Posted May 9, 2020 10 hours ago, paulafarino said: Thanks. I want to choose the categories that I want to show, how do I do it? remove above code & Add this to hide category a.category-filter-link[href*="Beyond+the+Veil"] { display: none; } a.category-filter-link[href*="Dreaming"] { display: none; } a.category-filter-link[href*="Dreamscapes"] { display: none; } Do similar for other items 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
kindandbrave Posted June 19, 2020 Share Posted June 19, 2020 @tuanphan is there a way to remove the extra padding that is there as a result of hiding the categories? Or is there a way to remove all of the pipes in between the categories? When I use the code you posted on May 9th, the pipes remain. My site is: https://www.littleboxes.shop/buyPassword: vendor2020 Link to comment
tuanphan Posted June 22, 2020 Share Posted June 22, 2020 On 6/20/2020 at 5:54 AM, kindandbrave said: @tuanphan is there a way to remove the extra padding that is there as a result of hiding the categories? Or is there a way to remove all of the pipes in between the categories? When I use the code you posted on May 9th, the pipes remain. My site is: https://www.littleboxes.shop/buyPassword: vendor2020 Hi. Sorry for the late reply. I don't understand. Can you take a screenshot? 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
Archived
This topic is now archived and is closed to further replies.