PDA

View Full Version : Green Box


HDPhoto
Jan-25-2008, 10:39 AM
How do I replace the green box around the "add Comments" on my guest book page? I would like to replace with the pink that is my hover color.

heartsdesire.smugmug.com

Thanks, Kat

Allen
Jan-25-2008, 11:43 AM
How do I replace the green box around the "add Comments" on my guest book page? I would like to replace with the pink that is my hover color.

heartsdesire.smugmug.com

Thanks, Kat
Add this to your CSS.

.gallery_4173213 .smbuttons {border-color: #FF99CC;}

or this if you want the text color also.

.gallery_4173213 .smbuttons {
color:#FF99CC;
border-color: #FF99CC;}

.gallery_4173213 .smbuttons:hover {
color:#ccc;}

Hover should work everywhere but not in IE6.