Home › Forums › Support › Widget Support › Other Widgets › password protect
Viewing 3 posts - 1 through 3 (of 3 total)
- AuthorPosts
Anonymous
August 18, 2017 at 7:16 amPost count: 1#23465 |Is there a way to change the background of the locked page to an image instead of that grey color?
#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)
- This reply was modified 5 years, 9 months ago by
responsive-muse.
Anonymous
August 18, 2017 at 7:16 amPost count: 14#24086 |I was exactly looking for this! thanks.
- This reply was modified 5 years, 9 months ago by
- AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.