Changing hover appearance for menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • #2180
    swieland
    Participant

    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.

    #2181
    Daniel Tara
    Keymaster

    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 
    #2182
    Daniel Tara
    Keymaster

    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;
    }
    #2183
    swieland
    Participant

    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.

Viewing 4 posts - 1 through 4 (of 4 total)

Tagged: 

You must be logged in to reply to this topic.