PDA

View Full Version : Login Button


redhalton
Aug-28-2008, 03:06 PM
I've lost my 'login' capabilities from my homepage, I've been customizing things and can't seem to find the snippet of code to get this back.

Thanks in advance for any help provided.

Bob

Allen
Aug-28-2008, 03:18 PM
I've lost my 'login' capabilities from my homepage, I've been customizing things and can't seem to find the snippet of code to get this back.

Thanks in advance for any help provided.

Bob
This is what turned it off in your CSS.

/* turn off the login link on the minifooter */
.loginLink {
display: none;
}

You can click the white SmugMug in your footer and log on there though.

redhalton
Aug-29-2008, 08:43 AM
Thanks Allen

This is what turned it off in your CSS.

/* turn off the login link on the minifooter */
.loginLink {
display: none;
}

You can click the white SmugMug in your footer and log on there though.