News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Light/Dark Mode Switcher

Started by TwitchisMental, February 05, 2023, 08:18:18 PM

Previous topic - Next topic

TwitchisMental

Alright, I am running into a small issue with a light/dark mode switch.

I am using this tutorial - https://dev.to/ananyaneogi/create-a-dark-light-mode-switch-with-css-variables-34l8

I got the javascript to load, I have the css in my index.css, and the switch itself in the index.template.php .

However, when I go use the switch, it does not actually switch modes. I am hoping I am just missing one small step lol.

I have attached the related files.

Edit : Uploaded wrong themeswitch.js. Correct one uploaded.

Edit 2: I found the issue, it was a simple one lol, just needed to add -
$(document).ready(function() {

Advertisement: