password protected pages
I made a new page in Brizzy and I used the visabillity function in WP, that lets you password protect a page. It works but before you enter the password it displays the most basic WP default page with a password field, for users to login, it looks AWFUL, no footer or header or any trace of my site styling ;(. My question is: Is it possible to style this password gateway page or at least delete the standard WP elements so it is just a simple form? I assume there is a CSS class active here maybe you could post the the CSS needed to do this and how to insert it?
-
Hi,
Unfortunately, it isn't possible to edit with Briz the page is open to add the page's password. It is a WP page and at h moment it can't be overwritten with Brizy.
Best regards,
Sandra0 -
Any update on this?
1 -
Hi,
Unfortunately, at the moment we don't have any update about this feature request. Our team knows about it and will investigate it in more details and possibilities to release it.
Thank you for your patience and understanding!Best regards,
Sandra0 -
Regarding the CSS class, it seems to depend on your theme. I've seen it called multiple things. Inspect the element when viewing the password protected window, find the css class, then add a few lines of code to your theme's custom CSS page. This completely bypasses Brizy, as there is no current solution supplied by them. Here's my custom CSS that at least centers the notification:
.post-password-form {
padding: 100px;
margin: auto;
max-width: 700px;
}1 -
Hi,
Thank you for this suggestion and for share with other users the solution you find!
Best regards,
Sandra0
Please sign in to leave a comment.
Comments
5 comments