How To Hide Product Price On Collections Page Using Avone Theme?

Hello:

I’m trying to remove the prices from all collections pages on magnepan.com. We are using the avone theme.

I’ve read multiple threads in an attempt to remove the prices, but my theme must be totally different.

  • I don’t have the Asset->/base.css file
  • I went to edit the code on the global theme and added
{% style %}
.grid-product__price {
    display: none;
}
{% endstyle %}​

which did not work

  • I went to look for Asset->/theme.css so that I could paste in
.grid-product__price {
    display: none !important;
}​

But I do not have that css file.

Might anyone have any ideas on how I can remove the prices from my collections pages?

https://magnepan.com/collections/floor-standing

:skull_and_crossbones:

Hi @nathockens ,

It looks like the product price on the collection pages are already hidden.

Hi @nathockens

You already did it as I have checked and cannot see price appear anymore

Apologies. I am between themes. I’ll load the new one.

https://magnepan.com/collections/floor-standing

Sorry, I was between themes - try again?
https://magnepan.com/collections/floor-standing

Hi @nathockens

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code just above tag

Result:

If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

Best Regards,
Makka

1 Like

Go to your Online store > Themes > Edit code > open theme.liquid file, add this below code after element


1 Like

THANK YOU. This worked. I will buy you a coffee.

1 Like

Thank you Dan.

1 Like

Thank you @nathockens