The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
How to hide the "Em...
 
Share:
Notifications
Clear all

[Solved] How to hide the "Email" field not working

10 Posts
3 Users
1 Reactions
1,032 Views
Posts: 4
Topic starter
(@steveheat)
Active Member
Joined: 4 years ago

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

 

9 Replies
Asti
Posts: 8075
 Asti
Support
(@asti)
Illustrious Member
Joined: 8 years ago

Hi @steveheat,

Please read this FAQ: https://wpdiscuz.com/community/f-a-q/how-to-hide-the-email-field/

Posts: 30
(@joslammers)
Eminent Member
Joined: 2 months ago

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;

}

 

4 Replies
(@joslammers)
Joined: 2 months ago

Eminent Member
Posts: 30

I also noticed that all three of the codes work fine on mobile screens, but not on PC. Does that help for finding a solution?

 

Jos

Asti
 Asti
Support
(@asti)
Joined: 8 years ago

Illustrious Member
Posts: 8075

@joslammers 

Please provide us the URL where we can see the issue. 

(@joslammers)
Joined: 2 months ago

Eminent Member
Posts: 30
Asti
 Asti
Support
(@asti)
Joined: 8 years ago

Illustrious Member
Posts: 8075

@joslammers 

You’ve added the code inside a media query, so it’s not working as expected.

Please watch the video and keep only the part shown there.

 

Posts: 30
(@joslammers)
Eminent Member
Joined: 2 months ago

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

 

2 Replies
Asti
 Asti
Support
(@asti)
Joined: 8 years ago

Illustrious Member
Posts: 8075

@joslammers

We've checked your website and don't see any issues. So the solution is fine. 

(@joslammers)
Joined: 2 months ago

Eminent Member
Posts: 30

@asti 

Thanks a lot for helping out!

Jos

Share: