Why are my button colors faded in Dawn 9.0.0 theme?

Why are my button colors faded in Dawn 9.0.0 theme?

petergramatyk
Visitor
1 0 1

Hello, I can't seem to change the color of the sold out button or even or any button in general, so that it can be the full Accent 1 color. It seems to have some sort of overlay that is causing the color to be faded and not bold. I think this might be part of the dawn theme, but it would be great if I could change it.

Shopify.PNG

Would be great if someone could help me out.

Replies 2 (2)

Summyr
Tourist
6 0 0

I had the same problem and figured it out. Go to Theme Settings> Custom CSS and add this code:


.button.button--primary {
opacity: 1.0;
}

AlfaPadelClub
Visitor
1 0 0

Thsi totally solved the problem! thank you so much Summyr