Why are my button colors faded in Dawn 9.0.0 theme?

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.

Would be great if someone could help me out.

1 Like

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;
}

Thsi totally solved the problem! thank you so much Summyr