PDA

View Full Version : Changing color of Gallery Titles?


BME
Feb-17-2008, 06:30 PM
Does anyone know the code to do this? I have been able to change most of the other text on my page, but this escapes me.

Thanks!

Allen
Feb-17-2008, 07:00 PM
Does anyone know the code to do this? I have been able to change most of the other text on my page, but this escapes me.

Thanks!
Which page are you referring to? An actual gallery or the gallery/category
page with the box of gallery/category thumbs?

A link to your site would be helpful in troubleshootin.

BME
Feb-17-2008, 07:03 PM
Which page are you referring to? An actual gallery or the gallery/category
page with the box of gallery/category thumbs?

A link to your site would be helpful in troubleshootin.

Hi there -

I am referring to the actual titles of the Galleries. Currently they are white

brittanyerwin.smugmug.com

Thanks for your help!

Allen
Feb-17-2008, 07:12 PM
Hi there -

I am referring to the actual titles of the Galleries. Currently they are white

brittanyerwin.smugmug.com

Thanks for your help!
Add this to your CSS, put in the color you want.

#galleriesBox a.nav {color:red;}

BME
Feb-17-2008, 07:19 PM
Horray! Thank you so much!

BME
Feb-17-2008, 07:26 PM
If you're still around - I have another question. Is it possible to change fonts?

cart
Feb-17-2008, 07:32 PM
If you're still around - I have another question. Is it possible to change fonts?

Change the CSS for the galleriesnav to:

#galleriesBox a.nav {
color:red;
font-family: Parade, Comic Sans MS, verdana;
}

Use the fonts you want in the list.