Hide the product name in featured collection Shopify Dawn

Hi,

I added a featured collection on my Shopify homepage with Dawn theme. I read about removing the price, but i want to have the product name removed and the price centered. Here is an example of the current layout.

My idea is to have the € 399,99 centered, just above add to cart button, the name Aroha should be removed as the name is already in the image.

Is there a solution for this?

HI @JeroenH ,

Kindly share your store URL, so that we can check and provide you with the solution.

Yes, of course. Lot’s of things going on there now.

here you go:

https://mojo-gift.myshopify.com/

@M0j0sh0p1fy = password

Hi @JeroenH ,

Go to Assets > base.css and paste this at the bottom of the file:

.collection .card__heading {
    display: none !important;
}
.collection .card-information {
    text-align: center !important;
}

Hope it helps!

1 Like

HI @LitExtension thanks for the quick reply. However, nothing changed after pasting the code in base.css. The name is still there and the price not centered

Hi @JeroenH ,

Have you tried my tutorial?

I copied your code, but don’t see a tutorial @LitExtension

Hi @JeroenH ,

I checked and your css file is currently incorrect, the closing tag is missing here. You just need to add ‘}’ here, it will work fine

Excellent. that works like a charm. Thank you so much @LitExtension

1 Like

Thank you so much this worked!

1 Like

this removes the title but but then product links dont work.

1 Like

This is working to remove the title but then you can’t click on the product. The link doesn’t work. Any other suggestion?

Did you ever find a resolution for the link not working?

loved it, it worked thank you so much appreciate it !!