Hello everyone,
I was wondering if its possible to change the text color of the sale button. I would like to have mine changed to #FFFFFF.
Any help is greatly appreciated!
Thank you.
URL: https://glowee.nl/
A user needed to change the Sale button text color to white (#FFFFFF) because it was invisible against the button’s background color.
Solution Provided:
component-card.css file.badge--bottom-left.color-accent-2 with color: white !important;Current Status:
Hello everyone,
I was wondering if its possible to change the text color of the sale button. I would like to have mine changed to #FFFFFF.
Any help is greatly appreciated!
Thank you.
URL: https://glowee.nl/
Hii, @Dike
Can you give me a screenshot of your problem so,
I can solve it perfectly.
Thank You.
@Dike
Paste this code on top of the component-card.css file.
span.badge.badge--bottom-left.color-accent-2 {
color: white !important;
}
Thank You.
Hello @Zworthkey
Thank you for your reply.
As you can see the button and the text are the same color, making it impossible to see the ‘‘Sale’’ text on the button.
If its possible to have the text changed to white, that would be amazing!
Thank you.
This worked perfectly! Thank you so much.
@Dike
Kindly like our Solution if helpful
Hello, I tried this but it only work in the catalog page and main page. It didn’t work on my product page. Please how do I go about it?