Hide Collection Title On Flex Theme

Hide Collection Title On Flex Theme

WeatherBeard
Tourist
10 0 1

How can I hide the collection title on the Shopify Flex theme? I am wanting to add a section to each page with more information and need to hide the title.

Replies 5 (5)

PageFly-Amelia
Shopify Partner
529 157 223

Hi WeatherBeard,

This is Amelia from PageFly - Landing Page Builder App

Thank you for reaching out! You might find the setting you're looking for in the section's settings. If it's not there, feel free to share the page with me, and I'd be happy to provide custom CSS to hide the elements in that section.

I hope this solution works for you!

Best regards,
Amelia | PageFly

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


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 
➜ Weekly updated Shopify tutorials on YouTube 


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

WeatherBeard
Tourist
10 0 1

Hello, there is no option to turn it off in the theme editor. I am looking for a custom CSS code that I can add onto each page

WeatherBeard
Tourist
10 0 1

The page is https://www.weatherbeardsupply.com/collections/beard-oil but I am also wanting to know how to do it to multiple collection pages that I choose. So if there is a custom CSS code that I can use then that would be great.

PageFly-Amelia
Shopify Partner
529 157 223

Hi there,
I will give you some steps that can help you to add the custom CSS to the section:

  • Select the Section
    Navigate to the section where you want to apply the custom CSS.

  • Open the Settings Panel
    On the right-hand side, locate the section's settings panel. Scroll to the bottom to find the Custom CSS option.

  • Paste the CSS Code
    Insert the following CSS code to hide the collection title: .collection__title { display: none; }

I hope that my solution works for you.

Best regards,

Amelia | PageFly

 

 

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


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 
➜ Weekly updated Shopify tutorials on YouTube 


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

WeatherBeard
Tourist
10 0 1

When I paste that code nothing happens unfortunately