afabiano Posted November 4, 2022 Posted November 4, 2022 Hi there - we have a floating button embedded from our customer service software, Helpscout, and I'm trying to hide it under the mobile menu when the menu is open. Otherwise it covers up parts of the menu. I can get it to work, but then when the mobile menu is closed, it opens under the top header, which is not good either Any ideas? Open to other solutions as well
creedon Posted November 4, 2022 Posted November 4, 2022 Add the following to Design > Custom CSS. body.header--menu-open #beacon-container { display : none; } Let us know how it goes. afabiano 1 Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
afabiano Posted November 7, 2022 Author Posted November 7, 2022 On 11/4/2022 at 6:32 PM, creedon said: Add the following to Design > Custom CSS. body.header--menu-open #beacon-container { display : none; } Let us know how it goes. This works perfectly. Thank you so much for the help! creedon 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment