Hide fields CSS doesn’t work
-
Hello,
just tried your hide fields CSS and fields still showI tried these:
.slicewp-field-wrapper[data-type=”email”] { display: none; }
.slicewp-field-wrapper[data-type=”url”] { display: none; }
.slicewp-field-wrapper[data-type=”textarea”] { display: none; }also these:
.slicewp-field-wrapper[data-type=”email”] { display: none!important; }
.slicewp-field-wrapper[data-type=”url”] { display: none!important; }
.slicewp-field-wrapper[data-type=”textarea”] { display: none!important; }Do you have an ideas what I do wrong?
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Hide fields CSS doesn’t work’ is closed to new replies.