How to change text color on email signup and contact fields

@cruxleyfieldgoo , Please add the below line of CSS code at the end of your theme CSS file.

body input:focus-visible, 
body textarea:focus-visible{
color:#000 !important;
}
1 Like