Removing collection title on collection list? Craft theme

Hi Everyone,

I am currently using a craft theme and I am wondering how to remove the product title on the collection list?

This is mainly because I want to put an image that contains the title, therefore cleaning it up.

I put it in 2 section which is the home page and a collection page here:

I looked at the four but I could not see any way of removing them specifically for this theme so I am running out of ideas here. I hope I can get some help.

The website is inkley.us and the password is meazod

Thanks in advance everyone

Hi @inkleystudio ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/component-card.css->paste below code at the bottom of the file:
.card--standard>.card__content .card__information {
    display: none;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

Best regards.

Yess thank you so much!

Oh wait sorry, but this remove the details on the product though

Is there a way to remove the title on the collection but keep the details, title, price, etc on the products?

Also, now I cannot click it, so it broke the website.

Thank you in advance

Hi @inkleystudio ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/component-card.css->paste below code at the bottom of the file:
.card__information h3 {
    display: none;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

Best regards.

Hi,

Unfortunately, if I do that the details will disappear. However, the product cannot be clicked now. Nothing happened when I clicked it.

I put the website with your code in case you want to see it.

The website is inkley.us and the password is meazod

Thank you for replying, I really appreciate it