- Compatible XF Versions
- 2.2
- Visible Branding
- No
For now, you can either edit the template xfmg_category_list_macros directly, or set up your own template modification
After :
- Find (2 instances) :
Code:
{{ $isActive ? ' is-active' : '' }}
- Replace (both) :
Code:
is-active