You mean to make them disappear on this page: https://support.mailpoet.com/wp-content/uploads/2012/01/my-profile-3-550×533.png
There’s no way unfortunately, you should use CSS to make them hidden.
Thread Starter
m266
(@m266)
OK. Thanks for your answer.
Have you got an example for CSS-Code to hidden this fields?
Yes, use this:
#wysija-subscriptions tr:nth-child(1) {
visibility: hidden;
display:none;
}
#wysija-subscriptions tr:nth-child(2) {
visibility: hidden;
display:none;
}
Thread Starter
m266
(@m266)
Many thanks for the tip! Small adjustment for the CSS code:
#wysija-subscriptions tr:nth-child(2) {
visibility: hidden;
display:none;
}
#wysija-subscriptions tr:nth-child(3) {
visibility: hidden;
display:none;
}
For German users it is inserted in my MailPoet tutorial.