Solid Menu Colour

  • Posted in : Responsy WP
  • hungrymultimedia
    Participant

    Hi, How can I have the menu to be solid (but with the default pattern that comes with the “light” theme option)

    I want a static menu with no hover color change.

    ahmetsali
    Keymaster

    Hi, try this custom css;

    #nav > li {
        background: #333;
        background: url(../img/background/texture-dark.jpg);
    }
    #nav > li > a {
        color: #fff;  text-shadow: 0 1px 0 #000;
    }
    
    mrbake
    Participant

    Hi

    I’ve just posted this in the custom css (I do have other things in there too?) and it doesn’t work……..

    Cheers.

    ahmetsali
    Keymaster

    please provide your url to see what’s wrong.

    tmoney
    Participant

    I’m having this issue too?
    http://www.taramcnulty.com/

    ahmetsali
    Keymaster

    Hi @tmoney,

    try this one;

    #nav li.active, #nav > li:hover, #nav ul li {
        background: transparent;
    }
    #nav li a:hover, #nav li.active > a, #nav li a.selected:hover, #nav li a.current, #nav li a.selected, #nav li a.current-sub {
        color: #096;
        text-shadow: none;
    }
    
Viewing 6 posts - 1 through 6 (of 6 total)

The forum ‘Responsy WP’ is closed to new topics and replies.