How to remove text from a specific collection only?

Hi I would like to ask how I could remove a text from a collection number one but not from the other ones - just from this particular collection ( shop by collection list


)

Hello @jakubos

Can you give me your Store URL( with pass if your store password is enabled) so I can check it for you?

Kind & Best regards,
GemPages Support Team

@jakubos

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.

@jakubos

Please share your store URL!

Thanks!

Hello There,

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

Hello there,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >base.css and paste this at the bottom of the file:
section#shopify-section-template--16348608495881__db464888-18de-460f-b213-d3ee0dd3bd70 h3.card__heading {
display: none;
}