11 lines
230 B
CSS
11 lines
230 B
CSS
.fusion-form-form-wrapper .fusion-form-honeypot-field {
|
|
opacity: 0 !important;
|
|
position: absolute !important;
|
|
top: 0;
|
|
left: 0;
|
|
height: 0 !important;
|
|
width: 0 !important;
|
|
overflow: hidden !important;
|
|
z-index: -1;
|
|
}
|