Remove Theme mode
Hi ,
How can i remove light Theme & use only Dark?
Replies (1)
Hi,
In your case you just need to setup the dark mode as the default mode in the HTML tag as shown below:
<html data-theme-mode="dark">
...
</html> Then you just need to remove the Theme Mode changer menu from the layout.
For more info please refer to the Theme Mode documentation.
Regards.