Solved

Hide Collection Banners in Reformer Theme

pjcasgui
Excursionist
15 1 0

I'm trying to remove the collection banner titles from my site.  I've read through different solutions but none seem to work with this theme.

The url of the website is: www.artclubapparel.com

 

Any help would be greatly appreciated.

 

Thanks!

Accepted Solution (1)

Moeed
Shopify Partner
3906 987 1235

This is an accepted solution.

Hey @pjcasgui 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag.

<style> h1.collection-banner--title { display: none ! important; } </style>

RESULT:

Moeed_0-1715631452593.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. :hot_beverage: :red_heart:

View solution in original post

Replies 44.

Moeed
Shopify Partner
3906 987 1235

This is an accepted solution.

Hey @pjcasgui 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag.

<style> h1.collection-banner--title { display: none ! important; } </style>

RESULT:

Moeed_0-1715631452593.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. :hot_beverage: :red_heart:
pjcasgui
Excursionist
15 1 0

Thank you so much!  That worked perfectly.

pjcasgui
Excursionist
15 1 0

Just checked, it worked too well. :slightly_smiling_face:

I should have specified that I wanted to remove the collection titles from three specific pages, not site-wide.
https://artclubapparel.com/collections/spring-summer-collection-2024
https://artclubapparel.com/collections/fabled-feels
https://artclubapparel.com/collections/street-art

 

Thank you

 

pjcasgui
Excursionist
15 1 0

Just checked, it worked too well. :slightly_smiling_face:

I should have specified that I wanted to remove the collection titles from three specific pages, not site-wide.
https://artclubapparel.com/collections/spring-summer-collection-2024
https://artclubapparel.com/collections/fabled-feels
https://artclubapparel.com/collections/street-art

 

Thank you