dariokomazec Posted December 28, 2021 Share Posted December 28, 2021 Site URL: https://megalodon-capybera-w4p6.squarespace.com/ Hi, How to remove mobile bar background??? In styles is set to transparent but it automatically goes to white again after refresh and I don't know how to solve this? https://megalodon-capybera-w4p6.squarespace.com/ Pass: 12345 Link to comment
Beyondspace Posted December 30, 2021 Share Posted December 30, 2021 (edited) On 12/29/2021 at 2:34 AM, dariokomazec said: Site URL: https://megalodon-capybera-w4p6.squarespace.com/ Hi, How to remove mobile bar background??? In styles is set to transparent but it automatically goes to white again after refresh and I don't know how to solve this? https://megalodon-capybera-w4p6.squarespace.com/ Pass: 12345 Try .is-mobile-overlay-active .Mobile-overlay, .is-mobile-overlay-active, .Mobile-overlay-back { background: rgba(255,255,255,0.5); } .is-mobile-overlay-active .Mobile-overlay-menu, .is-mobile-overlay-active .Mobile-overlay-close { background: transparent; } Let me know how it works on your site Support me by pressing 👍 if this useful for you Edited December 30, 2021 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
dariokomazec Posted December 30, 2021 Author Share Posted December 30, 2021 Hi, Unfortunately no, I have figured out that this background is not "mobile bar background". If you set mobile bar background color to transparent this gap will stay as empty gap and taking the background from body. Only way that I have found to remove this gap is to bring content up with css: .Index-gallery { margin-top: -80px !important; } You can't have page content behind Mobile bar as I have planed, it starts below by default and I can't find better way to correct this... If you find better way please let me know... 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