Archived topic
Sticky Menu outline color
3 replies · Started by Justin on August 27, 2018
Hi there, I'm running the Pivot skin and was wondering if there is a way to remove the faint grey line that underlines the top menu when you scroll down. I'm sure it's a small CSS change but I can't seem to find the reference. I was also wondering if there is a way to style the <hr /> to be a solid black instead of the similar light grey.
Thanks, the theme's been great!
-Justin
Hi there,
Try this CSS:
.sticky-enabled .main-navigation.is_stuck {
box-shadow: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Works perfect, thanks Leo
No problem :)