inham Posted October 30, 2021 Share Posted October 30, 2021 (edited) Hi, I'd like to remove the white navigation category that appears on my mobile as shown in the picture. I want to keep the blue menu but I would also like to try and reduce the font. Please let me know if you know how to do this! Thanks https://wolverine-polygon-atzy.squarespace.com/config/design/custom-css password: jewellery21 Edited October 30, 2021 by inham Link to comment
Beyondspace Posted October 31, 2021 Share Posted October 31, 2021 17 hours ago, inham said: Hi, I'd like to remove the white navigation category that appears on my mobile as shown in the picture. I want to keep the blue menu but I would also like to try and reduce the font. Please let me know if you know how to do this! Thanks https://wolverine-polygon-atzy.squarespace.com/config/design/custom-css password: jewellery21 You can try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { section[data-section-id="617c4c456b2bff616ca928a4"] .nested-category-children { display: none !important; } section[data-section-id="617c4c456b2bff616ca928a4"] .nested-category-tree-wrapper a { font-size: 20px; } } Let me know how it works on your site Support me by pressing 👍 if this useful for you 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
Beyondspace Posted October 31, 2021 Share Posted October 31, 2021 My testing result 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
inham Posted October 31, 2021 Author Share Posted October 31, 2021 sucess! It looks great! thanks for all your help! 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