Hello everyone and thanks for reading I am trying to remove the heading from each collection. In the editor, it gives me options to add/remove the image and the description but not the heading.
I have done everything all day called support, asked CHAT GPT 4 and done hours or trial and error but cant get it to work.
Can someone please help me with a solution.
Thank you please please see the screenshot!
Hi @SoxyBoxy ,
Could you please share your store URL and password (if enabled). So that we can help you. Thank you!
Hi sorry of course www.soxyboxy.co.uk no password currently!
Hi @SoxyBoxy ,
This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:
Step 1. Go to Online Store → Theme → Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before :
Hope my answer will help you.
Best regards,
Victor | PageFly
1 Like
Hey @SoxyBoxy , you should be able to use Victor’s method, but you can also accomplish this from directly within the theme editor without having to edit the theme code directly.
To do so, open your theme editor from your Shopify admin by going to Online store > customize, and navigate to the ‘Default collection’ template. Once on this page, you can select the ‘Collection banner’ from the left sidebar, and add the following code into the custom CSS section.
h1 {
display: none;
}
Hopefully this helps you out!
1 Like
Guys, thank you so much, Brett’s method worked well as is easy to apply. I would like to thank all of you for input and solutions. Great community here and no doubt I will come across more problems and share.
Once again thank you all @Brett_Helium @PageFly-Victor
@PageFly-Victor @Brett_Helium
Another question, in terms of SEO and also indexing etc do you think as I have removed the title of collections now would the title be OK as an ALT tag on the image, would this work for indexing etc and also screen readers? I did also consider making the collection title the same as the website background to hide it so the text is still there but not visible to people, any advice would be appreciated. Hope this makes sense