PDA

View Full Version : Fixing Smugmug classic


WalterS
Feb-25-2009, 02:23 PM
How do I change the color of the letters on smugmug classic from green to gray? Thanks

J Allen
Feb-25-2009, 02:35 PM
This should get all your 'green' :thumb



/*====No More Green!!==== */
.title,
a.title,
#lightBoxNav .title,
#cartNav .title,
#popUpnav .title,
#cartFG .box .title,
.slideNameOn,
.pageNav,
.pickerContent .pageOn,
.pickerContent a.pageOn:hover {color:grey;}
.loupeTool,
#slideKnob,
a:hover .imgBorder,
.imgBorderOn {border-color:grey;}
#ajaxWorking,
.pickerContent a.page:hover {background-color:grey;}
.pickerContent a.pageOn:hover {color:grey;}

WalterS
Feb-25-2009, 02:57 PM
Thanks alot!!! :clap