How can I change button text color without affecting the header and footer?

Hello everyone,

I was wondering if its possible to change the color of the button text without recoloring the header and footer.

I would like to change the color to #FFFFFF.

URL: https://glowee.nl/

Thank you!

@Dike

  1. Go to Online Store->Theme->Edit code 2. Asset->/base.css ->paste below code at the bottom of the file.
#MainContent .button{color: #ffffff !important;}

Thanks!

This worked, thank you again!

@Dike

#MainContent .button{
color: #ffffff !important;
}

Add this code in Base.css
Thank you.

Thank you!