I want to remove the product price on my collection page

Hello,

I want to remove the product price on my collection page.

here is the link : https://embrace-the-grind.com/

1 Like

Hi @embracethegrind

  1. From your Shopify Admin, navigate to Online Store > Themes > Edit Code
  2. In the Assets folder, open base.css and add your CSS code at the end
.card-information>.price {
    display: none;
}

Note: If you’d like my help with these improvements, feel free to contact me at devcodersp@gmail.com

Please like and accept my solution. :white_check_mark:

1 Like