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
customer-condition
Value
logged-in

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
customer-condition
Value
not-logged-in

User is subscribed

To show up an element only to subscribed users, you just have to use the following custom attribute:

Name
customer-condition
Value
email-subscribed

User is not subscribed

To show up an element only to not subscribed users, you just have to use the following

Name
customer-condition
Value
email-not-subscribed

On this page