[Resolved] Add box-shadow to sticky navigation.

Home Forums Support [Resolved] Add box-shadow to sticky navigation.

Home Forums Support Add box-shadow to sticky navigation.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1389725
    Rishabh

    Hi, I want to add a box-shadow to my sticky-navigation.
    My sticky-navigation is set to “Hide when scrolling down”.

    Currently, I am using this code:
    #site-navigation {
    box-shadow: 0 1px 8px 1px #ccc;
    }
    But, this code only shows the box-shadow when I am at the very top of the page.

    It doesn’t show the box-shadow while I am scrolling up.

    How to get box-shadow while scrolling up?

    Website link: https://www.clichemillennials.com/blog/

    Thanks.

    #1389847
    Leo
    Staff
    Customer Support

    Hi there,

    Try this for your CSS instead:

    #site-navigation, #sticky-navigation {
        box-shadow: 0 1px 8px 1px #ccc;
    }
    #1389895
    Rishabh

    Thanks, It worked perfectly.

    #1389897
    Leo
    Staff
    Customer Support

    No problem 🙂

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