How to change grey menu hover/selected

  • Ciska

    #3858

    Hi, how can i change the grey menu hover/selected boxes in the stylesheet?

    My graphene website so far: http://www.hoegaathetmetpax.nl/test

    Thanks in advance!

    Ciska

    Anonymous

    #26292
    #header-menu > li:hover,
    #header-menu > li.current-menu-item,
    #header-menu > li.current-menu-ancestor {
    background: #123456;
    }

    Or, use image for background.

    Ciska

    #26293

    Many thanks, it worked!

    madhogg

    #26294

    @prasana

    This change is made in the style.css file ? Mine didn’t work. I tired findig all the #000 color in the style.css file and replace it with my color. I copied the style.css file to the child theme and made me a custom sprite_h.png with no black in it. I don’t understand where from si the menu bar pulling it’s color.

    Can you help?

    Adding the custom sprite_h file to the parent grahpene theme, works. But i want it in my child theme so that i don’t have to replace it at every update.

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

  • You must be logged in to reply to this topic.