Okay
  Public Ticket #2214567
24/5000 edit protected page
Closed

Comments

  • emanuela started the conversation

    good morning, I need to change the page that appears when I set a password protected page, how can I do?

    I would like to customize this text:'This content is password protected. To view it please enter your password below'

    and insert a link to an email


  •  675
    Neuron replied

    Hi Emanuela,

    To change its text please add the following plugin.

    - https://wordpress.org/plugins/change-password-protected-message/

    To make it container, please add the following style in Appearance > Customize > Additional CSS.

    @media (min-width: 1367px) {
        .page-id-23245 .l-main-wrapper__holder .l-main-wrapper__inner {
            max-width: 1330px !important;
        }
    }

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.