css code to change the text color to black

Hello @DusanKudela Please add the below css
go to the online store > Edit code > assets > theme.css or base.css and paste this code

#contact_form input {
	color: #000;
}