[GUIDE] dark/light mode detection and toggle
[GUIDE] dark/light mode detection and toggle
ooh. we might need to come up with one i guess. 10-4. got it
[GUIDE] dark/light mode detection and toggle
You can use this event for that one:cisco007 wrote: Yesterday, 16:22 the event can be in the breadcrumbs overall_header_breadcrumbs_after.html something like:or what other event you taking about?Code: Select all
{% if not S_IS_BOT %} <li class="rightside" data-skip-responsive="true"> <button id="toggle-theme" class="theme-toggle"> <span class="theme-icon"></span> </button> </li> {% endif %} {% endif %}
navbar_header_user_profile_prepend