Input BG color changes when clicked
-
Hi there, I’m having an issue with my input box bg color disappearing when it’s clicked, and then not being able to see the text that’s typed in until you click back out of the box (at which point the bg color comes back). I have searched other user submitted questions on this forum, but nothing quite hit the mark.
I’m looking to have a black bg with white text. I input this code:
.mc4wp-form-fields input {
background-color: black !important;
color: white !important;
}But it only changed the bg, and not the text. Also, it doesn’t solve the issue of the BG disappearing when clicked on to input.
*The form submission I speak of is in our footer*
The page I need help with: [log in to see the link]
The topic ‘Input BG color changes when clicked’ is closed to new replies.