Help removing product title and price in Broadcast theme


I am trying to remove the title and price from the products listed on the collection page carousel in the Broadcast theme. Can anyone help with this?

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:

  1. Go to Online Store → Theme → Edit code

  2. 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.

Hi @mike-the-drive

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

Hi @mike-the-drive

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?

Hi @mike-the-drive Yes please help me to replace the code above with this one


Like this

Sure.

Delete the previous code and just add this one. it will remove only the title.

.collection-block__wrapper .product-item__title {display: none !important}