Why isn't my button color changing in my new store?

Im bulding my store for the first time.
I want to change the button background to a differnet color.
It’s says that the option “accent 1” suposed to change that, but it doesnt do a thing. I have tried every other option on the “Theme setting → Colors” tab and im pretty lost at this point.

Hello @the_shprits

Could you send the Store URL so that can i review your website?

Nice guess. I am using the dawn theme.
This is the URL: https://theshpritsstore.com/

Tnx. This is the url: https://theshpritsstore.com/

Hello Again @the_shprits

On which button do you make the change?

Can you please share a screenshot?

Do you want it like this -

yes this is exactly what i want to do. but when i change “accent 1” the button doesnt change.

Hello @the_shprits

Could you share your store URL, So that I can review it?

https://dumbtech.store/

Hello @the_shprits

In order to change the background color of a button, please first save that specific page and check the page and see if it works. if that’s not working so it would be possible through CSS Code.

ive saved the page and still it doesnt work. it doesnt change the color in the “customize” option and at the website itself. how do i change it via code?

Hello Again @the_shprits

You can change the button color via CSS and pick the proper class or id.

Example:-

Go to the online store > Theme >Edit Code >Assets >sections-image-banner.css>Add code at the bottom.

.banner__buttons {
 background: #0000FF;
}

It will be helpful to you to try this code.

Hello! do you have a code for changing that same button to a black border, white background and black font? i am also spending hours at this trying to change this button :disappointed_face: