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="@xb_scroll_buttons">
<xen:if is="@xb_scroll_buttons AND {$visitor.customFields.scroll_buttons.on} = 'on'">
Remove the '!' and change == to !=
Maybe..I haven't tried that way though.
If I wanted to do something similar for some other CSS changes can I place it in extra.css? (Will template do dictionary work in there?)
<style>
<xen:if is="@blah">.navTabs .navLink { color: #FFF; }</xen:if>
</style>