border-bottom issue with page-in-header
-
I’m using border-bottom to add a line on hover for the main navigation and it works nicely…except that in using logo-in-menu, the border shows under the logo when hovering over it. I’ve been tweaking the CSS and can’t get it to work. Here’s the code I’ve used to no avail:
[code lang=""]
#masthead.masthead-logo-in-menu .main-navigation:before {
border-bottom: 0px solid #ffffff !important;
}#masthead.masthead-logo-in-menu .main-navigation:after {
border-bottom: 0px solid #ffffff !important;
}#masthead.masthead-logo-in-menu .logo > img {
border-bottom: 0px solid #ffffff !important;
}
[/code]Is this even possible to keep the lines on hover for the menu items, but not on the logo in logo-in-header. Help!
The page I need help with: [log in to see the link]
- The topic ‘border-bottom issue with page-in-header’ is closed to new replies.