Yesterday, 12:15
1. Set Additional CSS classes to hide-when-false
2. Add to Custom CSS:
This will completely hide the widget in user view when the value is false.
2. Add to Custom CSS:
Code:
.user-view .hide-when-false[data-value=false] {
display: none;
}This will completely hide the widget in user view when the value is false.