Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
#XF[data-template="view_guild_index"] [data-nav-id="Guilds"], #XF[data-template="guild_view"] [data-nav-id="Guilds"]
{
.xf-publicNavSelected();
}
Probably something that needs to be addressed at an add-on level. You may be able to get away with some simple css though:
Code:[data-template="view_guild_index"] [data-nav-id="Guilds"], [data-template="guild_view"] [data-nav-id="Guilds"] { .xf-publicNavSelected(); }
Haven't tested that... but give it a try in extra.less