Hi, I run www.tinyotters.com. As you can see in the screenshot below, the dropdown checkout button on the shopping cart, the little solid circle that appears over the shopping cart once you add something, and the buttons showing the selected size, ALL appear as solid buttons, not buttons with text in them. This is likely an issue that the button color and text color are the same, but as much as I’ve tried to fix this in the UI, it doesn’t change.
If possible, I’d like to change this in the UI if I can - anyone know a good solution.
I don’t know if these 3 buttons change in a different place in the UI than other buttons on my site which seem to work fine.
1 Like
You can change color of text in Online Store > Themes > Customize > Theme Settings > COLORS > Secondary colors
@tinyotters
yes, please try this code
- Go to Online Store->Theme->Edit code
- Asset->/base.css ->paste below code at the bottom of the file.
.product-form__submit {
background: rgb(var(--color-foreground)) !important;
color: #fff !important;
}
.product-form__input input[type=radio]:checked+label {
color: fff !important;
}
Hi @KetanKumar and @Dan-From-Ryviu - sadly neither solution worked.
The code solution didn’t change anything. The UI solution changed the entire top menu. I was hoping to change the text colors to something with higher contrast, not the button color