Okay
  Public Ticket #1383849
Customizing Password Protected Page
Closed

Comments

  •  1
    sanghojeon started the conversation

    How to revise the password protected page? message, alignment, button style, etc... Please let me know.


  •  1,560
    Laborator replied

    Hi sanghojeon,

    Can you be more specific, what do you want to do with the protected box for the protected pages? If you want to edit it, then you have to manually customize and edit it through custom CSS.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  1
    sanghojeon replied

    Hi,

    Here are the more detail. The container need to be aligned center on the page and also wanted to change a color for the submit button (eg. white background and 1px red border) and how can I change the message? I would go with some different message instead of the ‘This contnet protected by...’. 

    Please let me know. 

    Best,

  •  1,560
    Laborator replied

    Hi sanghojeon,

    This is a custom request, and we don't do customizations for our clients but I will help you this time since it's not a big deal.

    Can you create a password protected page, and paste the link here so I can give you the proper CSS for it.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   sanghojeon replied privately
  •  1,560
    Laborator replied

    Hi there,

    Adding the following CSS to Custom CSS will do the styling changes of your password protected box:

    .post-password-form {
      margin: 0 auto !important;
      width: 560px;
      display: block;
      position: relative !important;
    }
    .post-password-form input[type=submit] {
      background: #FFF;
      border: 1px solid red;
      color: #000;
      font-weight: 500;
    }

    To change the text there, you will need to use Loco Translate which helps you change the strings, even though it is a translation plugin you can use it for changing words throughout the site too, so instead creating a new language add the English language and change the strings there

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  1
    sanghojeon replied

    Awesome!! that work perfectly for me. I really appreciated. :)

  •  1,560
    Laborator replied

    You're welcome

    If you like our theme, it would help us a lot if you could give us five star rating on themeforest from your Downloads tab, (if you don't know how, just open this link).

    A huge thank you from Laborator in advance, will set this ticket as closed!

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  1
    sanghojeon replied

    Will do! :)