Feature Request = Dark Mode as default.
We need the ability to set the dark mode as default.
I was just thinking this... but then I was thinking i could just make both dark by changing the styles on the light theme to match the dark mode for now.. haha.
Not dark mode by Default. The way it should work is to sync with device's and browser's mode, If we're talking about the best solution.
Rosvaldas NudasΒ yes, i agree, but as a temporary solution... if you want everyone to use dark mode because it just looks better. LOL. Then I was thinking of just making my regular mode dark... much like some websites that are just dark with no light mode option. Make sense? But ya, dark mode default would be cool.
Shanna MiddletonΒ right well ideally all options should be available in the Long Term. But.... Deep theme Integration with blocksy is needed to sync the dark mode with the theme. Blocksy is the best theme and they told me they will Work on it, I put it on their todo list and they agreed.
Rosvaldas NudasΒ oh yes.. user should have an option to select in the profile like this one on the attachment
They should do the same for Kadence Theme.
Hi :) I have been struggling with setting default dark mode, even wrote to support but didn't get any good solution... Now I have found the solution and if anyone wants to do the same just put this code into code snippet plugin:
add_action('fluent_community/portal_head', function() {
?>
<?php
});
Hope it helps π