[Resolved] Faint line/border under mobile header

Home Forums Support [Resolved] Faint line/border under mobile header

Home Forums Support Faint line/border under mobile header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1253070
    a1reno

    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.

    #1253260
    David
    Staff
    Customer Support

    Hi there,

    add this CSS to your site:

    #mobile-header .inside-navigation {
        box-shadow: 0 2px 2px -2px rgba(0,0,0,.2);
    }
    #1253368
    a1reno

    Thank you!

    #1253697
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.