Hello. Thank you for contacting the Toolset support.
Well - you can use [wpv-conditional] shortcode to output the conditional content.
- output content if user is loggedin:
[wpv-conditional if="('[wpv-current-user info='id']' ne '')"]
user is LOGGEDIN - add your content here
[/wpv-conditional]
- output content if user is NOT loggedin
[php]
[wpv-conditional if="('[wpv-current-user info='id']' eq '') "]
user is NOT logged in - add your content here
[/wpv-conditional]