[Support request] How to remove border in primary navigation?

Home Forums Support [Support request] How to remove border in primary navigation?

Home Forums Support How to remove border in primary navigation?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #867843
    Miha

    Hey,

    Dispatch theme

    There is a white line on the top of primary navigation.

    .main-navigation .inside-navigation {
    border-top: 0.5px solid #d4d7d8;
    }

    I tried to remove it by changing px or color in CSS theme editor, but nothing happens.
    Couldn’t find this element in GP premium.

    What did I miss? 🙂

    Thanks for help!

    #867852
    David
    Staff
    Customer Support

    Hi there,

    the border is being added by this CSS in the Customizer > Additional CSS:

    .main-navigation .inside-navigation {
        border-top: 0.5px solid #d4d7d8;
    }

    Just edit that or remove it. The CSS would have been added by one of the Sites you imported from the library

    #868340
    Miha

    Ah, I was searching this element in Additional CSS, but missed it. My bad.

    Thanks!

    #868649
    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.