How to create a blank style

How to create a blank style

Can I add a style chooser?

Yes.

Add the following code below {$content|raw}


Code:
<xf:if is="$xf.visitor.canChangeStyle()">
    <li><a href="{{ link('misc/style') }}" data-xf-click="overlay" data-xf-init="tooltip" title="{{ phrase('style_chooser')|for_attr }}" rel="nofollow">
    <xf:fa icon="fa-paint-brush" /> {$xf.style.title}</a></li>
</xf:if>
Top Bottom