CooperBlack Posted March 21, 2022 Share Posted March 21, 2022 Site URL: https://raccoon-oarfish-szer.squarespace.com On the bottom mobile navigation screen of my site, how can I adjust its height and color? Also the color of the social icons which aren't mimicking their colors on the rest of the site. Pwd: Largeosity Link to comment
Beyondspace Posted March 21, 2022 Share Posted March 21, 2022 (edited) 4 hours ago, CooperBlack said: Site URL: https://raccoon-oarfish-szer.squarespace.com On the bottom mobile navigation screen of my site, how can I adjust its height and color? Also the color of the social icons which aren't mimicking their colors on the rest of the site. Pwd: Largeosity Try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { .header--menu-open .header-menu .header-menu-actions { --heightValue: 10px; /*Change value to change height of bottom social nav*/ margin: 0; padding-top: var(--heightValue); padding-bottom: var(--heightValue); background: red; /*change the clor of bottom social nav*/ } } Let me know how it works on your site Support me by pressing 👍 if this useful for you Edited March 21, 2022 by bangank36 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 March 21, 2022 Share Posted March 21, 2022 My testing 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
CooperBlack Posted March 21, 2022 Author Share Posted March 21, 2022 Excellent, thank you! Interesting though, I get a syntax error when pasting the code: 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