Site logo

[Resolved] Menu Item Separator underlined in main navigation with centered logo

Home Forums Support [Resolved] Menu Item Separator underlined in main navigation with centered logo

Home Forums Support Menu Item Separator underlined in main navigation with centered logo

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1585744
    Alexander

    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?

    https://paste.pics/178ebfbe695740b61480a026fb5407b0

    #1585989
    David
    Staff
    Customer Support

    Hi there,

    try this CSS to remove that:

    .main-navigation .menu>.menu-item.menu-item-separator a:before {
        display: none;
    }
    #1586037
    Alexander

    Thank you, David, it works!

    #1586085
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.