Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #59855
    effess
    Participant

    Hello Sakin,

    I’m using Catch Kathmandu Pro & Primary Menu background is white, same as your sample site. But when the size is reduced down to the “hamburger menu” the background stays white, unlike your sample. The problem doesn’t seem to be with the CSS I’ve implemented so I must have missed a setting somewhere. Can you help, please? http://www.sonomalavender.com/wp/

    #59930
    Sakin
    Keymaster

    @effess: You can add the following css in “Appearance => Theme Options => Custom CSS” box:

    @media screen and (max-width: 767px) {
        #hgroup-wrap .sb-holder { background-color: #6f3b97; } 
        #hgroup-wrap .sb-holder a { color: #fff; }
    }
    #60007
    effess
    Participant

    Perfect. Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘responsive menu background’ is closed to new replies.