Home Forums Support Widget Support Other Widgets password protect

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #23465
    Anonymous
    Inactive

    Is there a way to change the background of the locked page to an image instead of that grey color?

    #23763
    responsive-muse
    Keymaster

    Hi Trevor!

    This custom CSS code should do the work. You can change the img URL to your own URL.

    <style>
    #overlaypass { 
    	background: url(http://i.imgur.com/hnabDhX.jpg);
        background-size: cover;
    	}
    </style>

    You can paste custom CSS by either using Object -> Insert HTML or putting it in the tag by going to the Metadata tab of Page Properties (Page -> Page Properties)

    change background widget

    #24086
    Anonymous
    Inactive

    I was exactly looking for this! thanks.

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