Removing text from collection

Solved

Removing text from collection

Scoop2192
Visitor
3 0 0

Hi!

 

How can i delete this text from my collection.

Its set to default as collection Schermopname (100).pngname. 

Accepted Solution (1)

PageFly-Oliver
Shopify Partner
878 190 182

This is an accepted solution.

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

 

<style>
[class*="collection-list"] .h3{display:none !important}
</style>

 

 

Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 5 (5)

StephensWorld
Shopify Partner
1400 174 368

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; }

★ Did my post help? If yes, then please like and accept solution. ★

https://stephens.world
[email protected]

MJPaul
Visitor
1 0 0

Thank you so much! Out of half a dozen suggested codes, this is the ONLY that worked!!! Bless you!

PageFly-Oliver
Shopify Partner
878 190 182

This is an accepted solution.

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

 

<style>
[class*="collection-list"] .h3{display:none !important}
</style>

 

 

Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Scoop2192
Visitor
3 0 0

Thankyou! i Changed h3 to h2 and now it worked!

Scoop2192
Visitor
3 0 0

 

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?  

Naamloos.png