Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #342827
    André Zenker
    Participant

    Hello,

    I want to change the standard wodpress text for password protected pages – in german:

    “Dieser Inhalt ist passwortgeschützt. Bitte gib unten das Passwort ein, um ihn anzeigen zu können.”

    or disable this text completely.

    “.nopassword { display: none; }” in the CSS does’nt work.

    (site is still under construction and actually there is a coming soon activated)

     

     

    #342830
    minal
    Keymaster

    Hello @Andre:

    Here is the CSS snippet for you to hide text.

    
    form.post-password-form p:nth-child(3),
    form.post-password-form .post-password-form-invalid-password + p {
      display: none;
    }
    

    Please let us know how it goes, and we’ll be happy to assist you further.

    Sincerely,
    Minal

     

    #342835
    André Zenker
    Participant

    Thanks for the fast reply and the great Support!
    it works wonderful.

    Can I modify this to display my own text for the password protected page?

    #342839
    minal
    Keymaster

    Hello @Andre:

    You have to add custom code to achieve.

    Our theme doesn’t have an option for this.

    Sincerely,

    Minal

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