Hi!
My site is using the Dark Theme, but some of the backend input fields have white text. for example:
- In blog posts Exerts
- In dropdown lists
Please see images:
How it looks:
https://prnt.sc/s03u9n
After i select All:
https://prnt.sc/s03v69
Please help! This is making our lives very difficult!
Thanks!
@kampusLa,
Okay, please share your site URL and admin credentials in a private reply
This reply has been marked as private.
hello @KampusLa,
Dear user as I visit on your website and compare with my local setup both are different, everything is fine on my local setup so this is happening on your website due to conflict some CSS or plugin issue so check on your website properly,
Go to appearance>>customization>>custom CSS and check which one conflict,
Refer on my local setup:
https://prnt.sc/s7zcbs
Thanks
Hi!
I wen to the Custom CSS and removed ALL, that didn't fix anything.
I did an inspect on the drop down, and overriding the following, the problem gets fixed:
.wp-core-ui select {
background: #000000;
}
The fix is basically making the back-end inputs dark, so the whole CSS works.
I think this should be included in the Dark theme's CSS.
Please let me know what you think.
Thanks!
@KampusLa,
I would like to appreciate your efforts that you found out the issue
Second thing, the css is actually a wordpress core CSS part we are not changing anything in that. The editor color of wordpress handled by wordpress community. We can't add any styling to overwrite that part