[Resolved] Password protected page

Home Forums Support [Resolved] Password protected page

Home Forums Support Password protected page

  • This topic has 5 replies, 2 voices, and was last updated 5 years ago by David.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #853111
    Mitya

    I have a problem, I created a page that I need to protect with a password, but when opening it does not look very nice, you can fix it somehow, I’ll give you a site with elementor

    Screenshot

    #853253
    David
    Staff
    Customer Support

    Hi there,

    hmm not sure how Elementor can handle that, might be worth asking them. But you can use some CSS at like this:

    .post-password-form {
        background-color: #3d79d3;
        padding: 80px 40px 20px;
    }
    .post-password-form > * {
        max-width: 897px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        color: #fff;
    }

    The button color can be changed in the Customizer > Colors > Button

    #853260
    Mitya

    Yes, I also saw a problem in this, I think you need to think of a way to costamine this option WP!

    #853284
    David
    Staff
    Customer Support

    GP uses the default WP template for the post-password. The styling for it would come from the theme customizer, but as you are using Elementor for all of the styling controls and setting the content to full width it looks poor.

    Looks like the CSS did the job though 🙂

    #853335
    Mitya

    yes thank you so much better than before, good support.)))

    #853337
    David
    Staff
    Customer Support

    Glad to be of help 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.