How to change the featured collection button color in Impulse theme

I want to put the color DDAC00 with the white text in the button of the featured collection, but in the mode the collection is in, which is 1 row of product, the button is without color, and all the buttons in my theme are in the color DDAC00 . There is no option to make the color the same as all buttons, unless I increase the amount of rows of product, which is something I don’t want. Is there any solution for this?

Hello There,

Please share your page store URL and password.
So that I will check and let you know the exact solution here.

hallygold.com password: cliagi

@Tetpf add the following to your css file:

.btn--secondary.btn--small {
    font-weight: 400;
    background: #DDAC00 !important;
}

Hello Jenny, How would I change the color and thickness to the border of that button?