Hide notices on premium page

[MAILPOET-2792]
This commit is contained in:
Ján Mikláš
2020-06-25 10:38:50 +02:00
committed by Veljko V
parent 9d39c19e54
commit abdbda946e

View File

@@ -25,6 +25,13 @@
#wpwrap {
background: white;
}
div.updated,
div.error,
.update-nag,
.notice {
display: none !important;
}
}
.mailpoet-premium-page {