agison
Guest
Member
agison submitted a new resource:
Dark mode / Light Mode switcher button - Template modification to add Dark mode / Light Mode switcher button
Read more
Dark mode / Light Mode switcher button - Template modification to add Dark mode / Light Mode switcher button
This Template modification will add a button to NavGroup (before Search Button) to allow users to switch between Light style and Dark style.
1. Create this Template modification:
Code:
- Template: PAGE_CONTAINER
- Find:
<a href="{{ link('whats-new') }}"
- Replace:
HTML:
<xf:if is="$xf.visitor.canChangeStyle()">...
Click to expand...
Read more