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!
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!
yes, please try this code
.template-collection s.product-card__regular-price {
display: none;
}
Hello @guyv ,
I would like to give you a recommendation to support you:
Open your theme.liquid theme file
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