• Resolved m266

    (@m266)


    Hi,
    is there a way to hidden fields with css in page Manage your subscription?
    I want hidden this fields (in german):
    – Vorname
    – Nachname

    Thanks for your help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @m266,

    You can remove the custom fields only. First name and last name fields are default and can’t be hidden from the Manage Subscription page.

    Thanks!

    Thread Starter m266

    (@m266)

    That’s right. But I asked for a way to hide first name and last name with custum css. Do you have a tip?

    I’m also struggling with various adjustments. For this case could possibly help the following custom css:

    label.mailpoet_text_label {
        display: none;
    }
    
    .mailpoet_text {
        display: none;
    }
    Thread Starter m266

    (@m266)

    @detoris:
    Many Thanks! That is the solution. Works well and is built into my plugin. Later more.

    German:
    Vielen Dank! Das ist die Lösung. Funktioniert gut und wird in mein Plugin eingebaut. Später mehr.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Manage your subscription form’ is closed to new replies.