How to Remove the Price from the 'Collections' on my Front Page? - Dawn Theme

https://mimshachhealthcare.myshopify.com/

This is my URL.

I want to either remove the prices just from the Collections on my Front Page or remove the price from the whole website as my Products will be actually used as Advertisements instead.

Hey @LSAccounting

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


RESULT:

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

Best Regards,
Moeed

@LSAccounting

Please use this css.

ul#Slider-template--19287254466855__featured_collection > li  > .card__information {
 display: none; !important;
}

@dbuglab Where should I post this?

Hi @Moeed .

Unfortunately where I paste it, it doesn’t seem to work.

Go to theme.liquid file

before closing


use this code in style tag

``` ul#Slider-template--19287254466855__featured_collection > li > .card__information { display: none; !important; } ```

Hey @LSAccounting

Try using this code

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 I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

@Moeed

Hi,

I have managed to figure it out. I was leaving too many spaces in between of lines etc. I got it to work now. Thanks!

Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.