How can I remove 'sale' and center the price on Debut theme?

Hi there,

I am on the Debut theme and just wondering if anyone can help me remove the word sale and centre the price?

I’ve attached a screenshot below!

Thanks heaps

Hi @maternallyhappy ,

Could you please share URL and password if it enabled? So that we can help you.
Thank you.

https://www.maternallyhappy.com/

Hi @maternallyhappy

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/theme.scss.css->paste below code at the bottom of the file:

.price-item__label--sale {
    display: none !important;
}
.price--on-sale .price__sale {
    justify-content: center;
}

Hope my answer will help you.

Best regards,

Victor | PageFly

1 Like

Amazing! Thank you so much Victor! Really appreciate your help

You’re welcome