sub menu item color
-
I’m busy with a website https://www.lowennaskinencare.nl
i’m having troubles with submenu items.
When u click under behandelingen and choose one of the items, the page will load. But when the page is there, the text behandelingen on the menu button is invisble.
Can someone help me how to keep the menu item visible?this is the custom CSS.
.entry { color: grey; }
.entry.excerpt { color: grey; }#nav-header .nav li a { color: grey; }
#nav-header .nav li > a:hover, { color: grey; }
#nav-header .nav li:hover > a { color: #0038f7; }
#nav-header .nav li.current_page_item > a { color: red; }
#nav-header .nav li.current-menu-item > a { color: #0038f7; } *//tekstkleur button na open//
#nav-header .nav li.current-menu-ancestor > a { color: grey; }
#nav-header .nav li.current-post-parent > a { color: grey; }#nav-topbar .nav-toggle {
background: lightgrey;
color: grey;
}#nav-header .nav-toggle {
background: grey;
color: grey;
}thank for youre help already.
rene.
- The topic ‘sub menu item color’ is closed to new replies.