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 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
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