Pollygone_ Posted April 13, 2022 Share Posted April 13, 2022 Site URL: https://www.pollygoneillustration.com/shop I'm trying to get my product categories to appear on each page. For example, at the moment when you click 'new' the categories at the top disappear. How do I make them show on each category page? Link to comment
tuanphan Posted April 15, 2022 Share Posted April 15, 2022 Hi, Try adding 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; } .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-top: 17px !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
Keyo Posted August 16, 2022 Share Posted August 16, 2022 Hi @tuanphan! This worked great. i was wondering if there is a way to show the same horizontal categories, on a single product? I cant figure it out. This is a post i did recently. Link to comment
tuanphan Posted August 16, 2022 Share Posted August 16, 2022 8 hours ago, Keyo said: Hi @tuanphan! This worked great. i was wondering if there is a way to show the same horizontal categories, on a single product? I cant figure it out. This is a post i did recently. I answered your mail. 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