katemorgan_art Posted March 19 Share Posted March 19 I'm having problems with using the mobile menu and the "pin it" functionality. It's fine on desktop - but if I use my menu on mobile - it overlays the main image on my home page. Which if fine - but the "Pin It" save functionality doesn't allow users to use the last "About" menu item when the menu is out - it always takes you to Pinterest instead Is there a way to have the menu take precedence - which it should by default - Or to remove the "pin it" functionality from a single image (preferably mobile only). Has anyone else run it to this problem - or know of a work-around? Thanks! Link to comment
tuanphan Posted March 21 Share Posted March 21 Try this code to Website > Website Tools > Custom CSS .Mobile-overlay-menu { z-index: 99999999999999 !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
katemorgan_art Posted March 25 Author Share Posted March 25 thanks tuanphan - i added the css - but it's still going directly to pintrest when i click on about in mobile menu Link to comment
tuanphan Posted March 27 Share Posted March 27 On 3/25/2024 at 8:24 PM, katemorgan_art said: thanks tuanphan - i added the css - but it's still going directly to pintrest when i click on about in mobile menu Try this new code .Mobile-overlay-menu, .Mobile-overlay { z-index: 99999999999999999999 !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Solution katemorgan_art Posted March 27 Author Solution Share Posted March 27 That worked! Thank YOU! 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