Crossed out prices for Brooklyn theme

Hi! Can someone please help me achieve the slashed/crossed out prices on products? I don’t want the “save xyz” on the product, rather have the crossed out prices. I am using Brooklyn Theme.

Please help.

Thanks

It’s GemPages support team and glad to support you today.

Could you please share your store URL ( with the password if your store password is enabled ) then I can see and suggest something for you?

Best regards,
GemPages Support Team

Hello @meko-studio

Go to Online store >> Edit code >> Assets >> timber.css
Add this code below of timber.css file

span#ComparePrice {
display: none !important;
}
.grid-product__on-sale {
display: none !important;
}

Hi, my store URL is www.meko-studio.com

Thank you.