Venture Theme - collection pages - remove "compare at price"

Hi All,

Please can someone help me.

I would like to remove the “compare at price” on all of my collection pages only (see screenshot below).

Thanks in advance!

https://electricrideco.com/collections/electric-bikes

1 Like

@guyv

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.template-collection s.product-card__regular-price {
    display: none;
}
1 Like

Hello @guyv ,

I would like to give you a recommendation to support you:

  1. Go to Online Store > Theme > Edit code

  1. Open your theme.liquid theme file

  2. Paste the below code before

{% if template == 'collection' %}

{% endif %}

For example,

If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team

1 Like