PDA

View Full Version : Gallery Text


kdt_10
Sep-19-2007, 05:32 PM
Hey everyone.

I am still having text color issues. When I have a private gallery and someone goes to log in the text is still black. Any ideas on how to change it. I have added all the code from the customization thread?

Thanks!
~ Kara

Allen
Sep-19-2007, 05:51 PM
Hey everyone.

I am still having text color issues. When I have a private gallery and someone goes to log in the text is still black. Any ideas on how to change it. I have added all the code from the customization thread?

Thanks!
~ Kara
Add the bold.

#content.galleryPassword,
#content.galleryPassword h2.title,
a.nav, p.updated {color: #FFFFFF !important;}
.caption .albumcaption {color: #FFFFFF;}
.miniBox .albumTitle a {color: #FFFFFF;}
.caption {color: #FFFFFF;}
/* html only page for gallery 3445099 */
.gallery_3445099 .nophotos {
display: none;
}

kdt_10
Sep-19-2007, 07:27 PM
Add the bold.

#content.galleryPassword,
#content.galleryPassword h2.title,
a.nav, p.updated {color: #FFFFFF !important;}
.caption .albumcaption {color: #FFFFFF;}
.miniBox .albumTitle a {color: #FFFFFF;}
.caption {color: #FFFFFF;}
/* html only page for gallery 3445099 */
.gallery_3445099 .nophotos {
display: none;
}

THANK YOU THANK YOU THANK YOU!!