Re: Removing Card Title / Whiting out for SEO

Solved

Removing Card Title / Whiting out for SEO

hecticsweets
Tourist
6 0 5

Hey all!

 

I would like to remove all of the titles in this specific collection list of collections on my home page. I just want it to display the image without the gap also. If the gap cannot be shortened then whiting out to my background colour (#FAFAFA) shall be fine. (View image below)

 

 

Website is hecticsweets.com.au

 

 

Shopify Help.png

 

 

Accepted Solution (1)
Mr_RaviRaj
Shopify Partner
505 57 111

This is an accepted solution.

 

@hecticsweets

section#shopify-section-template--15495310311573__1651056640fd68b50c .card__heading a {
    display: none !important;
}

 

try out this code.
Thank you.

banned

View solution in original post

Replies 9 (9)

Niraj_singh
Shopify Partner
232 39 47

Hello @hecticsweets 

please share your URL so i can provide you the css for it

 

banned
hecticsweets
Tourist
6 0 5

Mr_RaviRaj
Shopify Partner
505 57 111
section#shopify-section-template--15495310311573__1648360849309377ab .card__heading a {
    display: none !important;
}

@hecticsweets 

add this code in the bottom of base.css file.

Thank you.

banned
hecticsweets
Tourist
6 0 5

Hey!

 

Thankyou, it worked but for the other collection, on my homepage I dont want to change the first collection, i want to change the second one which is titled "brand" at the bottom!

 

Mr_RaviRaj
Shopify Partner
505 57 111

This is an accepted solution.

 

@hecticsweets

section#shopify-section-template--15495310311573__1651056640fd68b50c .card__heading a {
    display: none !important;
}

 

try out this code.
Thank you.

banned
Mr_RaviRaj
Shopify Partner
505 57 111

@hecticsweets 

Let me, know if you need any more help,
We are always happy to help you.

 

Thank you.

banned
hecticsweets
Tourist
6 0 5

Thankyou so much! I appreciate that more than you know!

Mr_RaviRaj
Shopify Partner
505 57 111

@hecticsweets 

Your Welcome.

banned
hecticsweets
Tourist
6 0 5

Hey! It wont let me click through to the collection now, it removes the name which is fantastic but we cannot click through to see the actual collection.