Yesterday, 12:49
(Yesterday, 12:15)admin Wrote: 1. Set Additional CSS classes to hide-when-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.
ok I add this code in custom CSS, for use this code need to wirte in appearance in additional CSS hide-when-false ?
Thanks