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
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
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
You are most welcome.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.