Archived topic
Password protected page
5 replies · Started by Mitya on March 28, 2019
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

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
Yes, I also saw a problem in this, I think you need to think of a way to costamine this option WP!
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 :)
yes thank you so much better than before, good support.)))
Glad to be of help :)