XF 2.2 apply a custom CSS only for visitors

Nicolas FR

Well-known member
Hello,

In templates we can use this :
Code:
<xen:if is="!{$visitor.user_id}">
This content will show to guests
</xen:if>

but in extra.less how can i apply a custom css only for visitors ?

Thanks ! :)
 
Top Bottom