Adam Thomson
Customer
Is there a simple way to remove the style chooser option from the bottom of the page?
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.
<xen:if is="{$canChangeStyle}">
<xen:if is="{$canChangeStyle}">
<li><a href="{xen:link 'misc/style', '', 'redirect={$requestPaths.requestUri}'}" class="OverlayTrigger Tooltip" title="{xen:phrase style_chooser}" rel="nofollow">{$visitorStyle.title}</a></li>
</xen:if>