[Resolved] 1px border on sticky navigation

Home Forums Support [Resolved] 1px border on sticky navigation

Home Forums Support 1px border on sticky navigation

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #988062
    Torsten

    Hi,
    I would like to make that fine line below the transparent sticky menu (when scrolling down) transparent too…
    Thanks ahead,
    Torsten

    #988286
    Leo
    Staff
    Customer Support

    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 πŸ™‚

    #988509
    Torsten

    lovely…
    πŸ˜‰

    #988993
    Leo
    Staff
    Customer Support

    Awesome πŸ™‚

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