Site logo

Archived topic

How to remove border in primary navigation?

3 replies · Started by Miha on April 13, 2019

Viewing posts 1–4 of 4

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!

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

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

Thanks!

You're welcome

This archived topic is closed to new replies.