Guest Posted January 6, 2021 Share Posted January 6, 2021 Site URL: https://blackcatshop.co.uk Hi. I have a problem with the Shop page sidebar mobile menu, a strange sidebar menu appears in the form of a slider and I have no idea how to change it, because there is no such option in the options. I can't change the template because there is no such option and the Shop sidebar menu looks bad. 😕 Link to comment
Beyondspace Posted January 6, 2021 Share Posted January 6, 2021 You can remove the overflow scrollbar with this Custom CSS in Design->Custom CSS @media screen and (max-width: 575px) { .tweak-products-nested-category-type-sidebar .products.collection-content-wrapper .nested-category-children { display: flex; flex-wrap: wrap; overflow-x: hidden; } } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
tuanphan Posted January 7, 2021 Share Posted January 7, 2021 @Malwina I See mobile button different with desktop button. Do you want to set button text white color? Add this to Design > Custom CSS /* mobile button color */ .header-menu-cta a { color: white !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
Archived
This topic is now archived and is closed to further replies.