Form field background colour change - Dark Theme

Hi

Where in the CSS do I need to change the background and text colour to switch this back to black and white?
Logs in to a Woo acct page - Integrity stack, using the Dark theme
Thanks in advance :slight_smile:

Hi @spinner,

To change it’s color, you need to override the dark theme css by adding the code below in Theme Options > CSS

body input[type="text"] {
     color:#000;
     background-color:#fff;
}

You may change the colors as you like

Hope that helps

It did, ta muchly for answering so fast :slight_smile:

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.