• Resolved ivanoung

    (@ivanoung)


    I’m currently using Gutenberg with GeneratePress and GenerateBlock.

    I would like to edit the formatting and container width of the error message.

    Currently the “Sorry, but you do not have permission to view this content” can’t be access anywhere. I even tried using a content template option to try to edit the styling of the error message.

    How should I go about it?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Omar ElHawary

    (@omarelhawary)

    Hi @ivanoung,

    Thanks for reaching out Memebrs Support Team!

    Please share your page link so I can provide custom CSS that you can use to style the message.

    Regards,

    Thread Starter ivanoung

    (@ivanoung)

    Hi Omar,

    Here’s the link https://womentowatch.twfhk.org/listing/

    Thanks!

    Best

    Plugin Support Omar ElHawary

    (@omarelhawary)

    Please copy/paste custom?CSS below to WP Dashboard > Appearance > Customizer > Custom CSS and let me know if it helps.

    .members-access-error{ 
      margin: auto !important;
      max-width: 1140px !important;
    }

    Regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Edit error message styling in Gutenberg’ is closed to new replies.