How to change the color of 'On Sale' signs from green to pink?

How can I change the On sale signs from green to pink?

Hello @BlenderLoveGuy
Please share your website URL.

Hello There,

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

Hello @BlenderLoveGuy ,

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

I would like to give you the recommendation to support you so kindly follow the steps below:

  1. Go to Online Store > Theme > Edit code of your current theme

  1. Open your theme.liquid theme file

  2. Paste the below code before


For example,

If you require any further information, feel free to contact me.

Best regards,
GemPages Support Team

1 Like

Hi @BlenderLoveGuy

This is Victor from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css.

Step 3: Paste the below code at bottom of the file → Save

.badge {

background: pink !important;

}

Hope that my solution works for you.

Best regards,

Victor | PageFly

1 Like

Thanks it all worked out perfectly ? I only but one other question and that is it. How do I change my country selector pink?

Hi @BlenderLoveGuy

You can try again with this code:

button.disclosure__button.localization-form__select.localization-selector.link.link–text.caption-large {
background: pink !IMPORTANT;

}

Hope that my solution works for you.

Best regards,

Victor | PageFly