Welcome to GPLDL - we are still beta - please report any bugs via the contact form.
This works perfectly hides wp forms license key error notice:)
.wpforms-admin-page .notice {
display: none !important;
}
wp-content/plugins/wpforms/includes/class-license.php
replace line: 381
<div class=”error notice <?php echo $below_h2; ?> wpforms-license-notice” style=”display:none !important;”>
Anyone figured how to hide this just by css?
.wpforms-admin-wrap .notice {
display: none !important;}
.wpforms-license-notice {
display: none !important;}
Thanks :)