I have entered css code
#wpcomm .wc_email-wrapper {
display: none !important;
}
made sure Field is required: is not selected (prior to adding code)
cleared cache and updated several times, tried different browsers
however the email box is still showing.
I am using a theme
Is there anything else I can try to remove or hide the email box
Thanks
Hi @steveheat,
Please read this FAQ: https://wpdiscuz.com/community/f-a-q/how-to-hide-the-email-field/
Hi Asti,
I have the same problem. I tried three codes that I found on the forum, but none of them does the trick. I use theme Sydney. Any suggestions?
Here are the three codes:
#wpcomm .wc_email-wrapper {
display: none !important;
}
#wpdcom .wpd-form-row div.wc_email-wrapper {
display: none !important;
}
.wpdiscuz-item.wc_email-wrapper.wpd-has-icon {
display: none !important;
}
Hi Asti,
Thanks a lot for your help. In my custom CSS I don't have the menubar with the plus-sign that I see in your instruction.
I did however move the wpdiscuz-code to the top of the CSS and now it seems to be working! Is that an okay solution?
Jos