StephenMcGowan2019 Posted November 18, 2021 Share 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 🙂 Link to comment
Solution creedon Posted November 18, 2021 Solution Share 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. tuanphan 1 Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to comment
StephenMcGowan2019 Posted November 18, 2021 Author Share Posted November 18, 2021 worked great, cheers creedon! 🙂 creedon 1 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