sub-menu items separation
-
Hello, searching among old posts i found a way to put a separator into sub-menu items (desktop version):
.mainnav .menu .sub-menu li {
border-bottom: 2px solid #ffffff !important;
}but i found it was not working (I tried to insert it into child theme’s style.css).
Inspecting the page, i noticed that the classes for submenu items <li> are:
class=”menu-item menu-item-type-post_type menu-item-object-page menu-item-###” (where ### is the menu item ID).
i tried then to substitute those classes to the css code, but it did not work.
what should i do then? thanks.
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.