sofinodesign Posted March 2, 2023 Share Posted March 2, 2023 Hello, I've added an image reveal on a text menu items. I'm sure you've seen this example before: https://www.squarestylist.com/test Currently my site design is using a similar format. How do you remove this effect from mobile? Thank you! Link to comment
Solution Ziggy Posted March 3, 2023 Solution Share Posted March 3, 2023 Typically using media queries to have the effect only happen on specific screen sizes is a good way to do this. @media only screen and (min-width:768px) { ****code here**** } Adding your CSS code between these brackets would have it affect only on screens wider than 768px. sofinodesign 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
sofinodesign Posted March 3, 2023 Author Share Posted March 3, 2023 This worked! Thank you so much. Ziggy 1 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