eva2 Posted July 24, 2020 Share Posted July 24, 2020 Site URL: https://dandelion-cowbell-5hbk.squarespace.com/ Hello, I would like to know if it would be possible to change the photo on the banner in my website home into another photo for mobile and small screens. Unfortunately, I haven't found how to do it 😞 Link to comment
tuanphan Posted July 24, 2020 Share Posted July 24, 2020 Can you add 2 banners? 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
eva2 Posted July 24, 2020 Author Share Posted July 24, 2020 Hi, yes, I've just added a banner below the first one Link to comment
tuanphan Posted July 24, 2020 Share Posted July 24, 2020 Add to Home > Design > Custom CSS /* Hide banner 2 on desktop */ @media screen and (min-width:641px) { section#mobile-intro { display: none; } } /* Hide banner 1 on mobile */ @media screen and (max-width:640px) { section#intro { display: none; } } 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
eva2 Posted July 24, 2020 Author Share Posted July 24, 2020 Genius! thanks so much !!!! 😁 Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.