Theo4543 Posted May 4, 2021 Share Posted May 4, 2021 Site URL: https://www.addictgalerie.com Hello I would like to know if it was possible to modify the design of category filter in a shop. I want my categories to be buttons (like the button "en savoir plus"). is it possible? Link to comment
tuanphan Posted May 6, 2021 Share Posted May 6, 2021 Hi. Can you share link to page in screenshot? I don't see it on shop page... Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Theo4543 Posted May 6, 2021 Author Share Posted May 6, 2021 Hello it's this page: https://www.addictgalerie.com/mobiliers-shop Link to comment
tuanphan Posted May 7, 2021 Share Posted May 7, 2021 On 5/6/2021 at 4:25 PM, Theo4543 said: Hello it's this page: https://www.addictgalerie.com/mobiliers-shop Add to Design > Custom CSS /* category filter */ a.ProductList-filter-list-item-link { background: black; color: white; padding: 10px !important; display: inline-block; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Theo4543 Posted May 7, 2021 Author Share Posted May 7, 2021 Hello thank you!, and how it's possible to have just border button? Link to comment
tuanphan Posted May 9, 2021 Share Posted May 9, 2021 On 5/7/2021 at 10:39 PM, Theo4543 said: like that Remove above code & use this new code a.ProductList-filter-list-item-link { border: 2px solid black; padding: 10px !important; display: inline-block; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Theo4543 Posted May 25, 2021 Author Share Posted May 25, 2021 I have reorganized the categories but there is a problem : The last category : "Tables" and "assises/Seating" are paste and I don't understand why Link page: https://www.addictgalerie.com/mobiliers-shop Link to comment
tuanphan Posted May 26, 2021 Share Posted May 26, 2021 15 hours ago, Theo4543 said: I have reorganized the categories but there is a problem : The last category : "Tables" and "assises/Seating" are paste and I don't understand why Link page: https://www.addictgalerie.com/mobiliers-shop use this CSS to add space after tables .ProductList-filter-list-item:last-child { margin: 0 17px 0 0 !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Theo4543 Posted May 26, 2021 Author Share Posted May 26, 2021 Okay thank you so much, and why on mobile the categories appear like that with this CSS: Link to comment
tuanphan Posted May 26, 2021 Share Posted May 26, 2021 In Design > Custom CSS, find this code ul.ProductList-filter-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } change it to @media screen and (min-width:641px) { ul.ProductList-filter-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } } ClaraB 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Theo4543 Posted May 28, 2021 Author Share Posted May 28, 2021 Hello I want a few simpler choices. I just want the "Novelty / New" category to always be the first category in all my shops. Because it is the only category that is found everywhere. Link to comment
Theo4543 Posted May 28, 2021 Author Share Posted May 28, 2021 Link: https://www.addictgalerie.com/luminaires-shop Link to comment
tuanphan Posted May 28, 2021 Share Posted May 28, 2021 Add to Luminaires Shop Page Header <style> .ProductList-filter-list-item:nth-child(5) { order: 1; } .ProductList-filter-list-item:nth-child(1) { order: 2; } .ProductList-filter-list-item:nth-child(2) { order: 3; } .ProductList-filter-list-item:nth-child(3) { order: 4; } .ProductList-filter-list-item:nth-child(4) { order: 5; } .ProductList-filter-list-item:nth-child(6) { order: 6; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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