[Resolved] Code-out little line above subnavigation

Home Forums Support [Resolved] Code-out little line above subnavigation

Home Forums Support Code-out little line above subnavigation

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1965110
    Sanne

    Hello,

    I’m working on http://www.ontspannenkracht.nl, and there is a little line above the menu – which is fine. Above the submenu it isn’t. How can i code this away…?

    I’ve found the css extra code in the customizer but have no idea how to adjust that for the submenu’s.

    Thanks in advance,
    Sanne

    #1965199
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    .main-navigation .main-nav ul.sub-menu>li a:before {
        display: none !important;
    }
    #1965811
    Sanne

    Thanks David, i’m sending you flowers in my minds eye!

    #1965879
    David
    Staff
    Customer Support

    🙂 Glad to be of help

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