Mobile Menu
URL to the page in question:
http://blackbrew.net
-
Hey Bill,
I can’t figure out how to make the menu black mobily. I am hoping it is a quick fix.
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
- The topic ‘Mobile Menu’ is closed to new replies.