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; } } Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, 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 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