Dee12 Posted March 21, 2021 Posted March 21, 2021 Site URL: http://www.uniquelydolledwigs.com Hello, I would like to fade the main site content when my mobile navigation is open. Is there a code that could create an overlay color or change the opacity when the mobile navigation menu is active? Any help would be appreciated!!
Beyondspace Posted March 21, 2021 Posted March 21, 2021 44 minutes ago, Dee12 said: Site URL: http://www.uniquelydolledwigs.com Hello, I would like to fade the main site content when my mobile navigation is open. Is there a code that could create an overlay color or change the opacity when the mobile navigation menu is active? Any help would be appreciated!! try #page { transition: opacity .5s; } .header--menu-open #page { opacity: 0.6; } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Dee12 Posted March 21, 2021 Author Posted March 21, 2021 Thank you so much, this worked! Is it possible to make the opacity darker?
Beyondspace Posted March 21, 2021 Posted March 21, 2021 6 minutes ago, Dee12 said: Thank you so much, this worked! Is it possible to make the opacity darker? you can try increase the opacity value BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Recommended Posts
Archived
This topic is now archived and is closed to further replies.