Dark Mode Toggle is a WordPress plugin to bring a simple toggle switch to quickly switch between dark and light mode. It works out of the box with automatic configurations and you can use this plugin with any WordPress theme. Also, it offers some basic options to customize the position of the toggle button on your WordPress site.
Frequently Asked Questions
Where to find the Options related to the Plugin?
You can find all the options related to the plugin in “Appearance” > “Dark Mode”.
How to Fix Images when Dark Mode is Active?
If you see any reverse effect on certain images when dark mode is active, then you can avoid that reverse effect on those images with the CSS. For example, if all those images have a class, “.css-selector”, then you can apply this CSS to remove invert effect from those images:
.darkmode--activated .css-selector { filter: invert(1); }
You may also read this in-depth guide on how to fix inverse effect on images.
Is there a Premium version available?
There is a premium version, Dark Mode Toggle Pro available with advanced features.