Re: How to remove product title from featured collection on home page?

Solved

How to remove product title from featured collection on home page?

Smeelah
Navigator
370 1 111

Hi,

I want to remove the product titles on specific featured collection grids on the home page. I don't want to remove the link from the image.

 

I've already added this custom css to remove the price but nothing that I have tried will remove the title. 

 

.collection .card-information .price {
display: none !important;
}

 

Thanks for any help!

 

Screen Shot 2024-09-02 at 11.55.50 AM.png

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
9530 2265 2816

This is an accepted solution.

Thanks for the info, check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes"

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag. 

 

{% if template.name == 'index' %}
<style>

.collection .card__heading {
    color: transparent;
}
.collectio .card__content {
    position: absolute;
    top: 50%;
}
</style>
{% endif %}

 

And save. 

Result:

Made4uoRibe_0-1725294625286.png

Note: This will hide only on your homepage not the collection page. 

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 9 (9)

Made4uo-Ribe
Shopify Partner
9530 2265 2816

Hi @Smeelah 

Would you mind sharing your store URL? Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Smeelah
Navigator
370 1 111

oh right;)

leilacools.com

and I'm using Dawn 11.0

thanks

Made4uo-Ribe
Shopify Partner
9530 2265 2816

This is an accepted solution.

Thanks for the info, check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes"

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag. 

 

{% if template.name == 'index' %}
<style>

.collection .card__heading {
    color: transparent;
}
.collectio .card__content {
    position: absolute;
    top: 50%;
}
</style>
{% endif %}

 

And save. 

Result:

Made4uoRibe_0-1725294625286.png

Note: This will hide only on your homepage not the collection page. 

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Smeelah
Navigator
370 1 111

It works perfectly and only on the home page. Thank you very much!

Smeelah
Navigator
370 1 111

One would assume that would work since it worked for price but no. Thanks anyway!

BSSCommerce-HDL
Shopify Partner
2305 834 913

Hi @Smeelah

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

 

<style>
.collection .card__heading {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0;
}
</style>

 

 

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Smeelah
Navigator
370 1 111

This removes the title from all collections but thanks anyway!

BSSCommerce-B2B
Shopify Partner
1972 564 566

@Smeelah , just add more this code

.collection .card__information .card__heading {
    opacity: 0;
}

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

PageFly-Richard
Shopify Partner
4852 1090 1762

This is Richard from PageFly - Shopify Page Builder App

 

Hi @Smeelah  Please add code here to fix it:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid
Step 3: Add code above the tag </body>

 

<style>
.collection .card__information{
display: none !important;
}
</style>

 

Hope my solution will help you resolve the issue.

 

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.