mindofalexander Posted October 10, 2023 Posted October 10, 2023 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!
Solution Web_Solutions Posted October 11, 2023 Solution Posted October 11, 2023 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 and Ainul 2 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.
mindofalexander Posted October 11, 2023 Author Posted October 11, 2023 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!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment