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 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget 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
Beyondspace Posted March 21, 2022 Share Posted March 21, 2022 My testing BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget 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
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