Conditional Visibility
Show/hide elements only for logged-in users.
You can show/hide elements only for logged-in users.
Warning
Is just a CSS solution, do not use it to “hide” sensitive data.
User is logged in
To show up an element only to logged in users, you just have to use the following custom attribute:
Name
Value
User is not logged in
To show up an element only to users that are not logged in, you just have to use the following custom attribute:
Name
Value
User is subscribed
To show up an element only to subscribed users, you just have to use the following custom attribute:
Name
Value
User is not subscribed
To show up an element only to not subscribed users, you just have to use the following
Name
Value