ryanbrinkerhoff Posted August 13, 2023 Share Posted August 13, 2023 Trying this but it is not working. It hides all images in the slideshow. Once I figure out how to address JUST this first image, I will be able to figure this out! Thanks for the help. /* Hide first slide */ section[data-section-id="64d029396c94d354c575f3ed"] .list-slideshow-image:first-child { display: none !important; } Link to comment
Lesum Posted August 13, 2023 Share Posted August 13, 2023 Hi, Would it be possible to share the website URL and link to the image that you would use on mobile? ryanbrinkerhoff 1 If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
ryanbrinkerhoff Posted August 13, 2023 Author Share Posted August 13, 2023 https://www.grdowntownmarket.com/ currently I have figured out how to hide the first slide that is formatted for desktop, and show the mobile version on mobile. But now the scrolling is off! I think this is due to hiding the whole slide, and not just the image within the slide. Link to comment
Solution Lesum Posted August 13, 2023 Solution Share Posted August 13, 2023 Hi, Could you please remove your previous code and try this one? @media only screen and (max-width: 640px) { section[data-section-id="64d029396c94d354c575f3ed"] .user-items-list-banner-slideshow .slides .slide:nth-child(1) .list-slideshow-image { display: none !important; } section[data-section-id="64d029396c94d354c575f3ed"] .user-items-list-banner-slideshow .slides .slide:nth-child(1) .slide-media-container { background: url("https://images.squarespace-cdn.com/content/v1/62b0db0c1be03b40824ca350/280dedfe-32a9-46c7-b179-2931011786e4/GRDM_logo_pres_final.jpg") !important; background-size: cover !important; background-repeat: no-repeat !important; background-position: center !important; } } Let me know how it goes. Thanks! Joanna1321 and ryanbrinkerhoff 2 If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
ryanbrinkerhoff Posted August 13, 2023 Author Share Posted August 13, 2023 Perfect! Thanks a bunch! - Ryan Lesum 1 Link to comment
Lesum Posted August 13, 2023 Share Posted August 13, 2023 (edited) @ryanbrinkerhoff Glad it worked! Love your site btw! - Sam Edited August 13, 2023 by Lesum ryanbrinkerhoff 1 If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
ryanbrinkerhoff Posted August 13, 2023 Author Share Posted August 13, 2023 Thanks! It still needs a ton of work, but it's getting there. I appreciate your expert help! - Ryan 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