| @@ -10,9 +10,9 @@ | ||
| 10 | 10 | if ( isset( $value['show_if_checked'] ) ) { |
| 11 | 11 | $visibility_class[] = 'show_if_' . $value['show_if_checked']; |
| 12 | 12 | |
| 13 | 13 | if ( 'no' === LP_Settings::get_option( $value['show_if_checked'] ) ) { |
| 14 | - $visibility_class[] = 'hidden'; | |
| 14 | + $visibility_class[] = 'lp-option-disabled'; | |
| 15 | 15 | } |
| 16 | 16 | } |
| 17 | 17 | ?> |
| 18 | 18 | |