Home Forums Support Widget Support Other Widgets password protect

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Anonymous
    Post count: 1
    #23465 |

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

    responsive-muse
    Keymaster
    Post count: 287
    #23763 |

    Hi Trevor!

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

    <style>
    #overlaypass { 
    	background: url(https://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

    Anonymous
    Post count: 14
    #24086 |

    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.