Site logo

Archived topic

faint border under sticky navigation

3 replies · Started by Lynn on April 9, 2019

Viewing posts 1–4 of 4

Hello,

On davidivens.ca I seem to have a faint underline under the navigation when you scroll down and sticky navigation is started. Wondering how I can remove this line. Can't seem to find a way.

Thanks.

Lynn

Hi there,

add this to your CSS:

.sticky-enabled .main-navigation.is_stuck {
    box-shadow: none !important;
}

OH, I never realized it was a box shadow. Thanks for such a quick reply David.

Glad to be of help

This archived topic is closed to new replies.