Change look of Menu
-
Hello! :)
I’m using the theme “Twotone” and I have some questions.
When you click on “MENU” on the top-right of my page, I want the background of the opened menu grey instead of black, so that you can distinguish between the homepage background (which is black) and the menu background (which is black). Is that possible?
Also I would like to know if it’s possible to change the name of the menu. When I change the name of the primary menu in the customizer, nothing changes. It’s still called “MENU” at the top-right of the page. Maybe you can change it with CSS?
I hope that you can help me with these. :)
TEKTULA
The blog I need help with is: (visible only to logged in users)
-
-
Hi @tektula,
When you click on “MENU” on the top-right of my page, I want the background of the opened menu grey instead of black, so that you can distinguish between the homepage background (which is black) and the menu background (which is black). Is that possible?
Use this in the Custom CSS to make the background grey:
.site-navigation.is-open .menu { background: #808080 }Hope this help.
- The topic ‘Change look of Menu’ is closed to new replies.