Always display sales label on product detail

HI

I have changed the text on the ‘Sale’ label on product detail page. I want this label to display regardless of product is on sale or not. How can I do that?

Sale label disappear if the product is not on sale now.

thank you

Hello @DonKeyKing007

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

To provide you with the most precise solution in this case, could you please share the store link?

Please see below for the link

https://www.shoeshoppa.com/collections/men/products/dolce-gabbana-black-bordeaux-leather-dress-formal-shoes?variant=44271623930169

@DonKeyKing007

I would like to give you a solution to support you.

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid theme file.

  3. Paste the below code before :

{% if template contains 'product' %}
   
{% endif %}

Hope my solution can work and support you!

Kind & Best regards!

GemPages Support Team.