Great theme! It’s been really awesome for me, so thank you.
Just a quick question. How can I eliminate or modify the appearance of a link when the mouse rolls over it? Right now, there’s a block of white that appears there and I’d like to change that.
Thanks again.
I don’t know what block of white you’re talking about, but the styling of links is defined in style.css as:
a:link,
a:visited
a:hover,
a:active
I think you were referring to the menu items.
This is the the portion of code in style.css that interests you:
ul#menu li a:hover,
ul#menu li a:active {
background-color:#ffffff;
}
Ha, I have no idea why it was so hard for me to figure that out. THANK YOU! I can’t say enough good things about your theme and the support you’re giving everyone.