Site logo

[Support request] Add header bottom border/shadow

Home Forums Support [Support request] Add header bottom border/shadow

Home Forums Support Add header bottom border/shadow

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2374005
    Rekamedia

    Hi,

    How can I add shadow or bottom border to the header?
    My header is sticky and background is white, the content area is also white. I want to show some shadow for the header when I scroll down.

    #2374220
    David
    Staff
    Customer Support

    Hi there,

    you can use this CSS to modify the sticky navigation box-shadow:

    
    .sticky-enabled .main-navigation.is_stuck {
        box-shadow: 0 4px 4px -2px rgba(0,0,0,.35);
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.