PDA

View Full Version : Comment link color


DonovanJ
Nov-28-2006, 07:20 PM
First, let me say that Smugmug and Dgrin are amazing, and that the level of customization is WAY beyond what I imagined. I've been digging through as many of these threads and tutorials as possible for two days - with much success. Of course, there are a lot of things I haven't finalized yet...

But I've got one little problem. Why is the "Comments:" link still green??

Thanks for any suggestions.

Donovan

http://donovanj.smugmug.com

Andy
Nov-29-2006, 07:27 AM
First, let me say that Smugmug and Dgrin are amazing, and that the level of customization is WAY beyond what I imagined. I've been digging through as many of these threads and tutorials as possible for two days - with much success. Of course, there are a lot of things I haven't finalized yet...

But I've got one little problem. Why is the "Comments:" link still green??

Thanks for any suggestions.

Donovan

http://donovanj.smugmug.com
where you have .title {color: #XXXXXX;}

make it thus:

.title, a.title {color: #XXXXXX;}

DonovanJ
Nov-29-2006, 07:56 AM
Thanks. Didn't see that. I knew it was something simple.