Poppyseeds Posted January 16, 2022 Share Posted January 16, 2022 Site URL: https://www.thehairranch.com/ Hello! I'm trying to adjust the opacity of the white header on the mobile site. Tried all sorts of things. Nothing working. Any ideas? Link to comment
Beyondspace Posted January 16, 2022 Share Posted January 16, 2022 7 hours ago, Poppyseeds said: Site URL: https://www.thehairranch.com/ Hello! I'm trying to adjust the opacity of the white header on the mobile site. Tried all sorts of things. Nothing working. Any ideas? Try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { .header-border { background: transparent !important; } section:first-child { margin-top: 0 !important; } .header-background-solid { background: rgba(255,255,255,0.7) !important; } } Let me know how it works on your site Support me by pressing 👍 if this useful for you tuanphan 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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
Poppyseeds Posted January 20, 2022 Author Share Posted January 20, 2022 On 1/16/2022 at 6:02 AM, bangank36 said: Try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { .header-border { background: transparent !important; } section:first-child { margin-top: 0 !important; } .header-background-solid { background: rgba(255,255,255,0.7) !important; } } Let me know how it works on your site Support me by pressing 👍 if this useful for you IT WORKED PERFECTLY! See photo... Beyondspace 1 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