Site logo

Archived topic

homepage header

3 replies · Started by Marjorie on July 7, 2021

Viewing posts 1–4 of 4

On the header section of the homepage, how do I remove the line from under blog/services/search bar? https://marjorieduncan.com/

Hi there,

go to Customizer > Additional CSS and delete this CSS:

.main-navigation, .sticky-enabled .main-navigation.is_stuck {
    box-shadow: 0px 1px 0px 0px rgba(51,51,51,1);
}

If you want to keep the border on the Sticky nav, then change it to:

.sticky-enabled .main-navigation.is_stuck {
    box-shadow: 0px 1px 0px 0px rgba(51,51,51,1);
}

Thank you

Glad to be of help

This archived topic is closed to new replies.