Caramia Posted March 12 Share Posted March 12 For the life of me I can't seem to target an image I'd like to remove from a grid gallery in mobile view. I'm trying to target the second to last image on this page: https://enriquepastor.com/fashion Help please!? Thanks, Vito Link to comment
Solution creedon Posted March 12 Solution Share Posted March 12 Add the following to Website > Pages > Website Tools > Custom CSS. .mobile-style-nav #block-yui_3_17_2_1_1592486068357_51634 .sqs-gallery-block-grid .slide:nth-last-child( 2 ) { display : none; } Let us know how it goes. Sam887733 and Amy123457098 2 Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
Caramia Posted March 12 Author Share Posted March 12 (edited) Amazing! I can't thank you enough Creedon. Can you give me some insight on how you targeted it? This was the closest I got: #block-yui_3_17_2_1_1592486068357_51634 .sqs-gallery-block-grid div.slide img:nth-child(14) { display: none; } Thank you! Edited March 12 by Caramia typo 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