Impulse Theme: How to hide prices on entire store

Solved

Impulse Theme: How to hide prices on entire store

onlybeyu
Excursionist
15 1 2

Hello! can someone help me remove all the prices under the products on my store. thank you !!!  the theme that i am using is impulse and my web address is www.onlybeyu.com

Screen Shot 2023-12-06 at 4.18.50 PM.png

Accepted Solution (1)

onlybeyu
Excursionist
15 1 2

This is an accepted solution.

I solved it. Go to assets folder and add this code at the bottom of theme.css.liquid file

 

.collection-grid__wrapper .grid-product__meta .grid-product__price {
    display: none;

View solution in original post

Reply 1 (1)

onlybeyu
Excursionist
15 1 2

This is an accepted solution.

I solved it. Go to assets folder and add this code at the bottom of theme.css.liquid file

 

.collection-grid__wrapper .grid-product__meta .grid-product__price {
    display: none;