Shopify themes, liquid, logos, and UX
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!
Solved! Go to the solution
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:
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!
Hi @Smeelah
Would you mind sharing your store URL? Thanks!
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:
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!
It works perfectly and only on the home page. Thank you very much!
One would assume that would work since it worked for price but no. Thanks anyway!
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
This removes the title from all collections but thanks anyway!
@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
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.
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024