Archived topic
1px border on sticky navigation
3 replies · Started by Torsten on August 19, 2019
Viewing posts 1–4 of 4
Hi,
I would like to make that fine line below the transparent sticky menu (when scrolling down) transparent too...
Thanks ahead,
Torsten
Hi there,
There is actually box-shadow added by default:
https://www.screencast.com/t/WP4YpO6ZuUtK
You can tweak it by adding this CSS:
.sticky-enabled .main-navigation.is_stuck {
box-shadow: 0 2px 2px -2px rgba(0,0,0,.2);
}
With this site:
https://www.cssmatic.com/box-shadow
Let me know if this helps :)
lovely...
;-)
Awesome :)
This archived topic is closed to new replies.