Unlock Site
uketeecee
Registered Users Posts: 90 Big grins
My site is password protected and on the password page I'd like to change the heading from 'Unlock Site' to 'Enter Archive'.
I tried using developer tools to inspect the code and I came up with this, but it doesn't work:
See the page here:
ukulelearchive.smugmug.com
I tried using developer tools to inspect the code and I came up with this, but it doesn't work:
/* Change UNLOCK SITE text*/ .sm-node-password .sm-title-xl.sm-heading{ content:"Enter Archive"; }
See the page here:
ukulelearchive.smugmug.com
0
Comments
the "Enter Archive" to that box and hide "Unlock Site" with some CSS.
In the box put something like this. If it is a text box change it to a html box.
Ukulele Archive Under Renovation - Please try again later
Enter Archive
This CSS should hide "Unlock Site" by changing text to background color.
.sm-page-node-Wf8ng #sm-node-password .sm-heading {
color: #fff;
}
My Website index | My Blog