Site logo

Archived topic

Remove Custom Separator Space from Mobile Nav

3 replies · Started by Gerson on March 21, 2019

Viewing posts 1–4 of 4

Hi there,

Can you replace this block of existing CSS:

.slideout-navigation .menu-item-separator,
.main-navigation.toggled .menu-item-separator{
	display: none !important;
}

With this?

.slideout-navigation li.menu-item-separator,
.main-navigation.toggled .main-nav li.menu-item-separator {
    display: none !important;
}

Let me know :)

That's got it. Thanks!

No problem :)

This archived topic is closed to new replies.