Removing collection title on collection list? Craft theme

inkleystudio
New Member
4 0 0

Hi Everyone,

 

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

inkleystudio_0-1649582319357.png

 

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:

inkleystudio_1-1649582387933.png

 

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

Replies 5 (5)

AvadaCommerce
Shopify Partner
3879 839 952

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.

banned
inkleystudio
New Member
4 0 0

Yess thank you so much!

inkleystudio
New Member
4 0 0

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

inkleystudio_0-1649594447323.png

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

 

AvadaCommerce
Shopify Partner
3879 839 952

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.

banned
inkleystudio
New Member
4 0 0

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