mindofalexander Posted October 10 Share Posted October 10 Hello everyone, Issue: On the mobile version of my site, the "Why you should hire me" button overlaps with my logo when accessing the hamburger menu. Goal: I want to hide this button ONLY on mobile without affecting its display on desktop. Questions: 1. How can I hide the button only in the mobile view? 2. Any Squarespace-specific solutions or CSS tweaks for this? Website: https://www.mindofalexander.com/ Thanks for any help! Link to comment
Solution Web_Solutions Posted October 11 Solution Share Posted October 11 9 hours ago, mindofalexander said: Hello everyone, Issue: On the mobile version of my site, the "Why you should hire me" button overlaps with my logo when accessing the hamburger menu. Goal: I want to hide this button ONLY on mobile without affecting its display on desktop. Questions: 1. How can I hide the button only in the mobile view? 2. Any Squarespace-specific solutions or CSS tweaks for this? Website: https://www.mindofalexander.com/ Thanks for any help! Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS. .header-menu-cta a{ visibility: hidden !important; pointer-events: none !important; } tuanphan 1 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
mindofalexander Posted October 11 Author Share Posted October 11 8 hours ago, Web_Solutions said: Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS. .header-menu-cta a{ visibility: hidden !important; pointer-events: none !important; } Thank you for your solution @Web_Solutions Have a good one! 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