Changing Color of Gallery Description
LawrenceLander
Registered Users Posts: 7 Beginner grinner
I know it sounds basic, but for some reason I can't change the color of the gallery description. Do I want to mess with html or css? My rudimentary knowledge of both hasn't gotten me far. The page I'm really trying to change is lawrencelander.com/weddings.
I've been lurking on dgrin for years to help keep my site how I want it - what a great community. I figured it was time to actually post something up (wish it was a little more exciting).
/LP
I've been lurking on dgrin for years to help keep my site how I want it - what a great community. I figured it was time to actually post something up (wish it was a little more exciting).
/LP
0
Comments
Try this in your CSS:
.gallery_XXXXXXX .caption {
color: #YYYYYY;
}
Substitute your gallery number for the X's. You can get it from the url on your browser.
Of course, Y is the color.
Lee
Thunder Rabbit GRFX
www.thunderrabbitgrfx.com
Thanks,
Lawrence Lander
#category .albumTitle a.nav, #category .boxBottom p.description {color:#FFFFFF;}
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
My last request would be the css to remove the underline from galleries (site-wide would be fine).
.miniBox a.nav {text-decoration:none !important;}
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Thanks![IMG]file:///Users/lawrencelander/Library/Caches/TemporaryItems/moz-screenshot.jpg[/IMG]
.category_Weddings .miniBox a.nav {text-decoration:none !important;}
FYI, you can't include screen shots to images on your own local hard disk without first uploading the image somewhere on the internet. The screenshot you thought you put in your last post isn't readable by us because it refers to an image on your hard disk, not on the internet somewhere.
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
I'm not sure why I pasted that code in there - I suppose I got mixed up with what program I was doing when or something. I'm working on some design work right now and my multi-tasking abilities pale in comparison to this computer's.
Thanks again!