Spotlight remove price on featured collection?

Hello,

I would like to know how I can remove prices on featured collection in Spotlight Theme.

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
.card-information {
display: none;
}

2 Likes

Hey @jaehyeokeom

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above tag.
{% if template contains 'collection' %} 

{% endif %}

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Thank you! Also, do you know how to center the titles of my products on my collection page?

1 Like

Hello There,

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