How can I remove the reduced price button on my collection page?

Hello,

How can I remove the reduced price button on the collection page? Thanks :grinning_face_with_smiling_eyes:

Hello @YounesTimitar ,

Please share:

  • your store URL;
  • page URL with the issue you mention;
  • storefront password (if your store has one).

If the store is not online yet, please follow this quick tutorial to learn how to safely and temporarily share an offline/unpublished theme URL.

Kind regards,
Diego

Hello There,

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

https://timitar.de/

PW: ceongu

Hello @YounesTimitar
Enter with password Login Modal is not open!

Screenshot :- https://prnt.sc/17gqkik

I removed the passwords for a quick time

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.scss.css and paste this at the bottom of the file:
.grid-product__tag.grid-product__tag--sale {
display: none!important;
}

Hey,

This only worked for the computer perspective, but on the phone perspective the button is still there

removed the passwords!

Oh sorry! Did it!

@YounesTimitar , do this to fix it in 20 seconds:

  1. In your Shopify Admin go to: online store > themes > actions > edit code
  2. Find Asset > theme.scss.liquid or theme.css and paste this at the bottom of the file:
[class*='grid-product__tag--']{
    display: none !important;
}

This will fix it for both desktop and mobile. Please let me know whether it works.

Kind regards,
Diego

Hey,

I did it but its still there on the phone perspective

Hey again,

Do you know something else maybe :D?