Alchemy Theme : How to hide price of products in the collection page?

Hi, I’m using the Alchemy theme and wish to hide the prices of products on the website. Saw some other users asked the same question for other themes but the resolutions provided seem to be unavailable for this theme. Anyone can help with this? Thanks!

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

Hi! here is our URL and password:

https://***.com/

Hi @GH_673 ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/styles.css->paste below code at the bottom of the file:
.product-price {
    display: none !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

1 Like

It works, thanks so much!

Sorry, one more question. If I will like to align my product names to the center of the image grid under the collection pages, how can I do it?

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >styles.css and paste this at the bottom of the file:
.prod-caption {
text-align: center;
}

Screenshot :- https://img001.prntscr.com/file/img001/8qqV8bUfSbCKkzCXIwbIxg.png

2 Likes

Settled. Thanks a lot!

1 Like

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.