Twelve Twelve with Colorful Delight – Problem with custom menu
-
When I activate a custom menu in Appearance > Menus, the background color in the top menu bar goes missing. You can’t see the menu text because it is white on white, but it correctly turns black when you hover on it, so I think the background color is the only thing that is missing. I assume that Colorful Delight was created without regard to custom menus, so it seems likely that I need to add some additional customization code to my child style.css file. I just can’t work out exactly what to add. The custom menu is called “Menu 1” and the navigation source code is as follows (I have removed the URL):
<nav id=”site-navigation” class=”main-navigation” role=”navigation”>
<button class=”menu-toggle”>Menu</button>
Skip to content
<div class=”menu-menu-1-container”><ul id=”menu-menu-1″ class=”nav-menu”><li id=”menu-item-90″ class=”menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-82 current_page_item menu-item-90″>Post Map
</div> </nav><!– #site-navigation –>If I disable the custom menu, the default menu displays all my Pages (including Home, which I don’t want and is the reason I am trying to set up a custom menu) and the background color returns. The source code is then as follows (I have removed the URLs):
<nav id=”site-navigation” class=”main-navigation” role=”navigation”>
<button class=”menu-toggle”>Menu</button>
Skip to content
<div class=”nav-menu”>- <li class=”current_page_item”>Home<li class=”page_item page-item-82″>Post Map<li class=”page_item page-item-86″> Search
</div>
</nav><!– #site-navigation –>I would really appreciate any advice regarding how to customize my child style.css file so that my custom menus have the right background color.
Thanks and kind regards
Randall
- The topic ‘Twelve Twelve with Colorful Delight – Problem with custom menu’ is closed to new replies.