Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1016259
    scotshurdler
    Participant

    With some assistance on here I’ve been able to customise the password protected screen on the website including centering the text and adding an image. The last thing i’m trying to do on this page is add a little text above the password & enter boxes, is that possible?

    Cheers

    N

    #1016262
    scotshurdler
    Participant
    This reply has been marked as private.
    #1016265
    Lely
    Moderator

    Hi There,

    Thanks for posting in.
    To help you better please share the page URL where you want to implement this. Then do also give us a screenshot of what you want to achieve. This is so we can check before we give a suggestion on how to achieve it. Yes that is possible with some customization..

    Always,
    X

    #1016275
    scotshurdler
    Participant
    This reply has been marked as private.
    #1016293
    Thai
    Moderator

    Hi There,

    Please add the following code under Customizer > Custom > Global Javascript:

    jQuery(".page-id-934 form.post-password-form p:last-child").prepend('<span class="custom-text">Your text will go here!!</span>');

    Hope it helps 🙂

    #1016301
    scotshurdler
    Participant

    Awesome works perfectly, thanks!

    N

    #1016311
    Christopher
    Moderator

    You’re welcome.

  • <script> jQuery(function($){ $("#no-reply-1016259 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>