Drop Down Sub Menu Dividers - Framerate style
YOOtheme > SETTINGS > Custom Code
/* add in the dividers in the dropdown sub menu */
.tm-header .uk-navbar-dropdown li + li::before {
content: "";
display: block;
height: 1px;
width: 100%;
background: #739ed1;
}
- Hits: 16