XF 2.2 apply a custom CSS only for visitors

  • Thread starter Thread starter Deleted member 184953
  • Start date Start date
D

Deleted member 184953

Guest
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 ! :)
 
Back
Top Bottom