Turning Action Buttons to Solid Black (Taste Theme)

Hello,

I have currently got the buttons like “add to cart” and “login” as just an outline. I am looking to make those buttons solid black with white text instead.

I have attached a link to an example I am looking for and also my own site.

My Site: https://muddytrenchwear.com/account/login MTT2023

Reference Site: https://jaronbaker.com/account/login?return_url=%2Faccount

Any help with this problem would be very much appreciated. Thank you,

Tyler

Hello @Tylerverdee

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

button.btn.btn--full.product-form__cart-submit {
    background: #000;
    color: #fff;
}