Introducing CrudHunt:Open-source Full-stack CRUDs for Next.js by KeenThemes
Browse CrudHunt

How to implement dark mode without refresh in Metronic8 (HTML)


Hi, my friend asked me to help him with his website, he recently bought metronic however we don't know how to implement the Dark Mode (No page refresh) mentioned in the documentation (HTML):
<a>https://preview.keenthemes.com/metronic8/demo1/documentation/getting-started/dark-mode.html</a>

The documentation does give this Javascript code, however we don't know how to implement it.

KTApp.setThemeMode("dark", function() {
console.log("changed to dark mode");
}); // set dark mode

KTApp.setThemeMode("light", function() {
console.log("changed to light mode");
}); // set light mode


We would like to do it with a button or some toggle.


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (0)