Hello, I have received several reports about this problem. It turned out to be a CSS priority issue in Contact Form 7, affecting several WordPress themes (including Twenty Seventeen).
To work around it, you can add the following custom CSS to your site:
input[type="text"].wpcf7-display-none {
display: none;
}
For the Enfold theme, please try this code instead:
#top input[type="text"].wpcf7-display-none,
#top input[type="number"].wpcf7-display-none {
display: none;
}
Hope that helps!
Issue fixed in the free version, a release for the pro version will follow shortly.
In the current version of the Pro plug-in that I have (assumed latest) this class name is actually called .pvb-display-none. In case this helps anyone.
Thread Starter
vibor
(@vibor)
Hi,
This is still not working correctly, any info for a solution here?
Thank you,
Regards
Hi again, can you please check the Plugins page on your WordPress dashboard and let me know which version of the plugin you are using right now?
Thanks,
Petko