View Full Version : Changing color of Gallery Titles?
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.
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;}
Horray! Thank you so much!
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.
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.