Share your store URL please you need to add some code in the custom css for that section
Hello @mike-the-drive ,
Follow these steps:
-
Go to Online Store → Theme → Edit code
-
Open your theme.css file and paste the following code below:
.product-item__info a.product-link {
display: none;
}
Thanks
Do you know what CSS I would use? Thank you for responding.
https://www.thedriveclothing.com/collections
The font is also almost impossible to see. Theme support was unable to help so I’ve been trying to figure it out. Thank you for responding!
Would that remove all product titles and prices from the products though? That’s been my issue. I just want them removed from the collection carousels on this page;
https://www.thedriveclothing.com/collections
Thank you for your help.
This is Noah from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the
It will be removed on this page only.
Hope this can help you solve the issue
Best regards,
Noah | PageFly
Hi @mike-the-drive ,
This is David at SalesHunterThemes.
You can try to follow these steps:
Go to Online Store → Themes → Actions → Edit code.
Go Assets folder → theme.liquid file.
Add the following code in the bottom of the file above tag
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
David | SalesHunterThemes team
I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.
Please add this css in your bottom of the theme.css file:
.product-item__title, .product-item__price__holder {display: none;}
Regards,
San
Is there a way to still show the price, not the product title for the collection page section?
Is there a way to still make the price visible just not the product title in the collection page section?
Is there a way to edit the code so that the price is visible but not the product title?




