Mobile Menu

Support Area Forums Foxy Mobile Menu

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://blackbrew.net
  • Author
    Posts
  • #36581
    Avatar photoCarl
    Participant

    Hey Bill,
    I can’t figure out how to make the menu black mobily. I am hoping it is a quick fix.

    #36584
    Bill Robbins
    Moderator

    Hi Carl,

    Are you saying you want to make the button that opens the mobile navigation menu have a black background? I believe it usually takes the hover colors, but you can set it manually by adding this to your Custom CSS:

    
    select#tinynav1 {
    	background-color: rgba(0, 0, 0, 0.8);
    }
    

    That would give it the semi-transparent black that the content areas have, or you could use any other color there too.

    If you are looking for something else, let me know.

    Take care,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Mobile Menu’ is closed to new replies.