PDA

View Full Version : Gallery password text


W.W. Webster
Jan-23-2010, 12:19 PM
How do I reference the text 'This gallery, "<gallery name>", requires a password to continue' that comes up when a gallery password is required?

I want to make some changes to it, or maybe do away with it altogether, but I can't see how I reference the element or perhaps the entire division. Help please, anyone?

J Allen
Jan-23-2010, 06:29 PM
How do I reference the text 'This gallery, "<gallery name>", requires a password to continue' that comes up when a gallery password is required?

I want to make some changes to it, or maybe do away with it altogether, but I can't see how I reference the element or perhaps the entire division. Help please, anyone?



Try this and see if you like:






/*=====Password-Page=====*/
.passwordPage
{width: 415px;
margin-top: 40px !important;
margin-bottom: 185px !important;}
.passwordPage
{text-align: center!important;width:700px;}

.passwordPage .formInput div.title,
.passwordPage .boxTop,
.passwordPage p
{display: none;}

.formInput input.inputText
{margin:10px auto}

.passwordPage .formButtons
{margin-right:60px}

.passwordPage h2
{text-transform:capitalize;
font-style: italic;
font-size-adjust: 0.48;
color:#ABCDCA !important;}

.passwordPage
.formInput input.inputText
{background-color:#fff;
border: 2px ridge #353D3C;}










Also, have a look at THIS (http://www.dgrin.com/showpost.php?p=1143019&postcount=1) thread.

W.W. Webster
Jan-23-2010, 07:03 PM
Try this and see if you like ... Also, have a look at THIS (http://www.dgrin.com/showpost.php?p=1143019&postcount=1) thread.Thanks Joe. This gives me a great place to start. :thumb