Hi!
How can i delete this text from my collection.
Its set to default as collection
name.
In the ‘heading’ field from your screenshot, try putting in just a space (press your spacebar on your keyboard) and then save changes.
If that doesn’t work, then you can either go into your theme’s coding to remove the placeholder text (that’s used when no heading has been entered), or else add some custom CSS to the ‘collect list’ section to hide the heading.
Something like this:
H1, H2, H3, H4, H5, H6 { display: none; }
Hi @Scoop2192 ,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: Paste the below code at the bottom of the file → Save
Hope my solution works perfectly for you!
Best regards,
Oliver | PageFly
Thankyou! i Changed h3 to h2 and now it worked!
Now the total heading text of the collection is gone aswell, I would like to keep the heading but not the heading text in the pictures so the ‘‘h’’ and ‘‘borg warner turbo blankets’’ in the photo needs to be deleted and the Heading title needs to stay, it that makes sense
Also, is there maybe a away to change how big the lettertype is?
Thank you so much! Out of half a dozen suggested codes, this is the ONLY that worked!!! Bless you!