PDA

View Full Version : Gallery box text is underlined. How do I delete?


chipphillips
Aug-25-2010, 09:55 AM
I was hoping someone could help me delete the underline under my gallery box text on my homepage. Thanks! Chip

http://www.chipphillipsphotography.com/

Allen
Aug-25-2010, 10:12 AM
Add this to your CSS.

.homepage .albumTitle a {text-decoration: none !important;}

chipphillips
Aug-25-2010, 10:44 AM
Add this to your CSS.

.homepage .albumTitle a {text-decoration: none !important;}

Thanks Allen!