[Resolved] Navigation Bar separation line

Home Forums Support [Resolved] Navigation Bar separation line

Home Forums Support Navigation Bar separation line

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1060205
    Mira

    Hi! Could you please help me so that my nav bar has a separation line (or shadow) at all times not just when it’s sticky?

    Like here: nav bar shadow

    Thank you!

    #1060373
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    .main-navigation {
        box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .2);
    }
    #1060383
    Mira

    Thank you, perfect!

    #1060392
    David
    Staff
    Customer Support

    Happy to be of help

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