• Resolved Mike_L_01

    (@mike_l_01)


    I want to hide the “Edit your profile” text from the Mailpoet Manage Subscriptions. I found this css snippet in an older post on this forum.

    article.type-mailpoet_page form p:first-of-type.mailpoet_paragraph span { display: none !important; }

    I added it to Customize CSS but it does not work. Any ideas why it wouldn’t?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Ojoma a11n

    (@geraltrivia)

    Hello there @mike_l_01 ,

    Thank you for reaching out to us.

    Instead of using CSS to hide the text, why don’t you customize your manage your subscription page and add the text you desire? Here’s a guide to help: https://kb.mailpoet.com/article/222-customize-your-manage-subscription-page

    I hope this helps.

    Cheers!

    Thread Starter Mike_L_01

    (@mike_l_01)

    I want to keep users out of the WordPress Dashboard. so I have use a front end profile page. I can add a link to direct users to that page but I then I need to remove the Mailpoet message that directs them to the Dashboard. “Customize Subscription Page” does not allow me to change the “Edit your profile” link to my own page so I would like to remove it.

    Thread Starter Mike_L_01

    (@mike_l_01)

    I found the problem. The CSS snippet had errors. Here is the correct version that works.

    form.mailpoet-manage-subscription .mailpoet_paragraph span { display: none !important; }

    Plugin Support Ojoma a11n

    (@geraltrivia)

    Hello again @mike_l_01 ,

    Thank you for getting back to us.

    I’m glad to see you’ve been able to solve this.

    I’ll be marking this thread as resolved now.

    Cheers!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘remove “edit your profile” text’ is closed to new replies.