Hello,
How can I remove the reduced price button on the collection page? Thanks ![]()
Hello @YounesTimitar ,
Please share:
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.
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,
.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:
[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?