Re: Remove Collection Title in Module Theme

Remove Collection Title in Module Theme

Ulka
Excursionist
20 0 6

Hi - Trying to remove the collection title in the Modular Theme.  I have tried pasting this code in my theme.liquid just above the </body>, but this did not change anything:  


<style>
h1.collection-hero__title {
display: none;
}
</style>

 

Appreciate any advice

Replies 5 (5)

Moeed
Shopify Partner
6533 1774 2146

Hey @Ulka 

 

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Made4uo-Ribe
Shopify Partner
9571 2279 2828

Hi @Ulka 

Would you mind to share your Store URL website? with password if its protected. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Ulka
Excursionist
20 0 6

Hi - thanks for your help

ulkarocks.com

8050 

Made4uo-Ribe
Shopify Partner
9571 2279 2828

Thank you for the information. Do you mean this one?

Made4uoRibe_0-1693842924797.png

If it is, try this one

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

h1.page-title__heading {
    display: none;
}

 

  • And Save. 
  • Result: 
  • Made4uoRibe_1-1693843017062.png

     

I hope it help.

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Ulka
Excursionist
20 0 6

This worked!!! thank you