Archived topic
Menu Item Separator underlined in main navigation with centered logo
3 replies · Started by Alexander on December 18, 2020
Viewing posts 1–4 of 4
I've recently implemented centered logo with your assistance (Split theme variant). Unfortunately, another bug's come out - the central area near the logo, where Menu Item Separator is supposed to be is underlined when hovered over. The Split theme doesn't have this glitch however. Could you please help me to remove it?
Hi there,
try this CSS to remove that:
.main-navigation .menu>.menu-item.menu-item-separator a:before {
display: none;
}
Thank you, David, it works!
You're welcome
This archived topic is closed to new replies.