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:
- Go to Online Store > Theme > Edit code of your current theme
-
Open your theme.liquid theme file
-
Paste the below code before
For example,
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
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
Thanks it all worked out perfectly ? I only but one other question and that is it. How do I change my country selector pink?
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






