I’ve removed the titles from each collection page but I am left with a big blank space above the first product. It’s especially bad on the mobile version and I can’t find a code that works.
Hi @charlottehep12 ,
Please share your store URL and if your store is password protected then please provide password too.
You can take a picture of the place you want to edit.
So that we can help you.
password is Hello20
It happens on the collection pages (eg Rings, Necklaces, Earrings etc)
But when you click on a specific product, the gap goes away
@charlottehep12 , do this to fix it in 20 seconds:
- In your Shopify Admin go to: online store > themes > actions > edit code
- Find Asset > theme.scss.liquid or theme.css and paste this at the bottom of the file:
.collection-template .section-header{
display: none !important;
}
Kind regards,
Diego
Thanks so much, it worked great