Archived topic
slideout menu + sticky menu: remove grey line
6 replies · Started by Martin U on May 15, 2018
Hi Guys,
I'm using the
slideout menu + sticky menu as the exclusive menu.
I want to remove the thin grey horizontal line below the hamburger menu.
How do I remove that line?
This is a dropbox link to a screenshot.
https://www.dropbox.com/s/u6xeotx9w3rv1p9/Bildschirmfoto%202018-05-16%20um%2008.35.01.jpg?dl=0
Hi Martin, this CSS should do the trick
.sticky-enabled .main-navigation.is_stuck {
box-shadow: none;
}
and it did the trick...
thanks David!
You're welcome Martin
Hi,
I think this is similar - I would like to get rid of the shadow line under my primary navigation cut tried a few things and can't do it.
See image https://www.dropbox.com/s/xvwblgq0lzrmx25/Capture.PNG?dl=0
Cheers, iain
Hi Iain, can you start a new topic and provide a link to the site?