afabiano
-
Posts
2 -
Joined
-
Last visited
Reputation Activity
-
afabiano got a reaction from creedon in Hide floating button when mobile menu is open (7.1)
This works perfectly. Thank you so much for the help!
-
afabiano reacted to creedon in Hide floating button when mobile menu is open (7.1)
Add the following to Design > Custom CSS.
body.header--menu-open #beacon-container { display : none; } Let us know how it goes.