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
356 1 98

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
7617 1833 2245

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 is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

View solution in original post

Replies 9 (9)

Made4uo-Ribe
Shopify Partner
7617 1833 2245

Hi @Smeelah 

Would you mind sharing your store URL? Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
Smeelah
Navigator
356 1 98

oh right;)

leilacools.com

and I'm using Dawn 11.0

thanks

Made4uo-Ribe
Shopify Partner
7617 1833 2245

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 is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
Smeelah
Navigator
356 1 98

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

Smeelah
Navigator
356 1 98

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

BSSCommerce-HDL
Shopify Partner
1905 661 792

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 😍

 

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


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
Smeelah
Navigator
356 1 98

This removes the title from all collections but thanks anyway!

BSSCommerce-B2B
Shopify Partner
1197 311 368

@Smeelah , just add more this code

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

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


BSS: B2B Wholesale Solution |BSS: B2B Portal, Quote, Net 30 | B: B2B Lock Password Protect


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency

PageFly-Richard
Shopify Partner
4564 1046 1706

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.