[Support request] faint border under sticky navigation

Home Forums Support [Support request] faint border under sticky navigation

Home Forums Support faint border under sticky navigation

  • This topic has 3 replies, 2 voices, and was last updated 5 years ago by David.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #864123
    Lynn

    Hello,

    On davidivens.ca I seem to have a faint underline under the navigation when you scroll down and sticky navigation is started. Wondering how I can remove this line. Can’t seem to find a way.

    Thanks.

    Lynn

    #864131
    David
    Staff
    Customer Support

    Hi there,

    add this to your CSS:

    .sticky-enabled .main-navigation.is_stuck {
        box-shadow: none !important;
    }
    #864215
    Lynn

    OH, I never realized it was a box shadow. Thanks for such a quick reply David.

    #864224
    David
    Staff
    Customer Support

    Glad to be of help

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