Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Can't Use WPForms Add-on without license #21573
    Jason Mackenzie
    Participant

    This works perfectly hides wp forms license key error notice:)

    .wpforms-admin-page .notice {
    display: none !important;
    }

    in reply to: Can't Use WPForms Add-on without license #21572
    Jason Mackenzie
    Participant

    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 :)

Viewing 2 posts - 1 through 2 (of 2 total)