How to remove product name and price in featured collection in Origin theme?

Looking to remove the price and name of the product from the collection.

Under is a screenshot to reference what I am looking to get removed.

https://prnt.sc/q5se3N1VooQ7

Thank you guys!!!

Hello @Trapesthetics

I would like to give you a solution to support you.

You can try adding code by following these steps:

  1. Go to the theme’s customize.

  2. Add a custom liquid section https://prnt.sc/EbRs2tDQalR6

  3. Add the below code to the custom liquid section https://prnt.sc/3dTZ6UwF72HH


I hope my solution can work and support for you.

Best regards,
GemPages Support Team

Hallo @Trapesthetics

adding css custom.css file

.shopify-section .collection slider-component .contains-card–product .card__information{ display: none !important; }

Hi @Trapesthetics

This is Victor 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


Hope this can help you solve the issue

Best regards,

Victor | PageFly

This indeed takes away the product name and price but makes the collection no longer clickable to the product page. Is there anyway to make it still function.

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

{% if template.name =='index' %}

{%endif %}

Hello this removes it but now it leaves a big gap in between the products, I want the products to be closer to each other.