Archived topic
Faint line/border under mobile header
3 replies · Started by kiant123 on April 24, 2020
Hi,
I have set my mobile header as white however I'd like to put a faint line underneath it to show it's there when you first enter a page. A faint line does appear as you scroll down but I'd like to have this when the user hasn't scrolled down too.
Here are some screenshots to show what I mean.
https://share.getcloudapp.com/12uyNblv
https://share.getcloudapp.com/NQuDgBBP
How would I do this?
Thanks.
Hi there,
add this CSS to your site:
#mobile-header .inside-navigation {
box-shadow: 0 2px 2px -2px rgba(0,0,0,.2);
}
Thank you!
You're welcome