Rauno Posted March 8 Share Posted March 8 Hello How do I remove custom images from navigation bar in mobile view with css? Thank you Link to comment
Ziggy Posted March 8 Share Posted March 8 1 hour ago, Rauno said: How do I remove custom images from navigation bar in mobile view with css? How did you add them in the first place? If it's via Custom CSS then using a media query would work well. Can you share your website URL? Rauno 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
Rauno Posted March 8 Author Share Posted March 8 www.gunter.ee Code I put to get image: .header-menu-nav-item:nth-child(1) a::before { background: url('https://static1.squarespace.com/static/65cb8d500f32b617ae2a107b/t/65eb0e9c2a01e05851ac6fb6/1709903516200/wozki.png'); } Ziggy 1 Link to comment
Ziggy Posted March 8 Share Posted March 8 Looking at your website, this is some of the code you are using to apply the image to both desktop and mobile navigation items: .header-nav-item:nth-child(2) a::before, .header-menu-nav-item:nth-child(1) a::before This class selects the desktop navigation item: .header-nav-item This class selects the mobile navigation item: .header-menu-nav-item Remove instances of .header-menu-nav-item if you don't want to apply to the mobile menu. But maybe backup your CSS before you start chopping and changing it! Rauno 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
Ziggy Posted March 8 Share Posted March 8 2 minutes ago, Rauno said: Thank you, now it's fixed. Fantastic, well done! 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment