Site logo

Archived topic

Thin line below primary navigation

1 reply · Started by Rolf on September 5, 2019

Viewing posts 1–2 of 2

Hi GP Team,
I have a thin blue line below primary navigation - I was looking in customizer to remove it, but it seems it needs to be done via CSS - I found several solutions here in the forum, can you point me to the right one?

thank you!
-rolf

Hi there,

add this CSS:

.sticky-enabled .main-navigation.is_stuck {
    box-shadow: none;
}
This archived topic is closed to new replies.