Removing collection title in a custom html

Hi,

I have gotten some heavily paid adjustments to my theme and making any changes myself seems to be so complicated now. I can’t afford to pay each single time for such a small adjustment ;(

I just would like to remove the collection title. It’s basically my all products page and it’s completely unnecessary to have any title there. Please help!

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

To remove the text from the footer of your online store, scroll to the “Powered by Shopify” box. Type a single space to remove the text completely, or enter any other text you’d like to see instead

e Rewards Login

@Sylwiaell

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Hello Ketan,

Thank you for reaching out.

stores url is www.caboskin.com

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.css and paste this at the bottom of the file:
section.primary.small-12.columns .main-collection-product-grid h1.title {
display: none;
}

@Sylwiaell ,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > theme.css and paste this at the bottom of the file:
div#shopify-section-template--15091794542801__main h1.title{
    display: none;
}

Thank You!

Hi and thank for your reply.

I’m not sure which of those I should use:

Thank you so much it worked!! Can I use a similar code to remove the collection title on the front page_