Dropdown arrows overlapping on menu items
-
Hi. I have several menu items, and some of them with submenus, as a result I have dropdown arrows. The thing is that I tried all that is possible for removing the arrows, but no result. I thought that you could help me, especially if you surely know this theme by heart. I found on the web many different solutions, but haven’t worked.
I tried
.navbar .nav > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu:after {
display: none;
}#header-menu > li.menu-item-ancestor > a {
background: none;
}
#header-menu > li.menu-item-ancestor > a {
background: none;
padding-left: 0px;
}Maybe this theme has a different way to solve this. Thanks.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Dropdown arrows overlapping on menu items’ is closed to new replies.