inham Posted October 30, 2021 Share Posted October 30, 2021 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 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 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! 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
Beyondspace Posted October 31, 2021 Share Posted October 31, 2021 My testing result BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! 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
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
Archived
This topic is now archived and is closed to further replies.