How can I change the text color on my product button?

How can I change the text color on my product button?

katerina29
Tourist
7 0 1

Hi!

I need to change the color on the first screen- on the button See products i need to change text color from black to white

https://47e262-3.myshopify.com/#shopify-section-template--20754507891017__contact_form_4FrfRH
password relteu
thanks

Replies 2 (2)
katerina29
Tourist
7 0 1

Thank you!

 

MansoorAb
Shopify Partner
12 0 1

Add the following to Custom CSS

#shopify-section-template--20754507891017__image_banner_iLTnJB .btn--primary {
border-color: #ff5a02;
background: #ff5a02;
 color: #fff;
}