StephenMcGowan2019 Posted November 18, 2021 Posted November 18, 2021 Site URL: http://www.mcgowanweddings.co.uk Hi, I'm trying to remove the title and description specifically for the banner photos of my homepage. I have code that will remove them successfully, but unfortunately when I apply the code it also removes the titles and descriptions of my testimonials banner further down the page. My website is: www.mcgowanweddings.co.uk The code I'm currently using is: //hide the title and descriptions of photographs in banner on homepage .Index-gallery-item-inner h2 { display: none; } //hide descriptions .Index-gallery-item-inner p { display: none; } So just want to make the above code specific to the first intro heading banner on the homepage. Thanks 🙂
creedon Posted November 18, 2021 Posted November 18, 2021 Try the following CSS. /* hide the title and descriptions of photographs in banner on homepage */ .homepage #manchester-wedding-photographer-stephen-mcgowan .Index-gallery-item-content { display : none; } This is for v7.0 using the Brine template family. Let us know how it goes. 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.
StephenMcGowan2019 Posted November 18, 2021 Author Posted November 18, 2021 worked great, cheers creedon! 🙂
Recommended Posts
Archived
This topic is now archived and is closed to further replies.