PDA

View Full Version : Roll over color


bherbel
Mar-16-2010, 12:17 PM
How would i go about making my banner and custom footer have a rollover color? Ideally one that would be the same as the rollover color in my nav bar? I know the nav bar rollover can be set in the easy customizer, which is where i set it, but there is no such option for the banner or footer...is there some CSS code perhaps?

www.brianherbelphotography.com (http://www.brianherbelphotography.com)

Thanks in advance!

Brian

richW
Mar-22-2010, 09:49 AM
How would i go about making my banner and custom footer have a rollover color? Ideally one that would be the same as the rollover color in my nav bar? I know the nav bar rollover can be set in the easy customizer, which is where i set it, but there is no such option for the banner or footer...is there some CSS code perhaps?

www.brianherbelphotography.com (http://www.brianherbelphotography.com)

Thanks in advance!

BrianAdd to the css section and see if it's what you're looking for:


#customLogo a:hover {
color: #575252 !important;}


#customFooter a:hover {
color: #575252 !important;}