[Resolved] How Do I Make My Primary Navigation Look Like This?

Home Forums Support [Resolved] How Do I Make My Primary Navigation Look Like This?

Home Forums Support How Do I Make My Primary Navigation Look Like This?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #986310
    Robin

    Hey there – I am trying to make my primary navigation look like this:

    https://nosidebar.com/claiming-quiet-in-a-loud-world/

    I really like the grey shading bar underneath the menu items.

    Any ideas about how I might achieve this?

    TIA

    Robin

    #986354
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    .main-navigation {
        position: relative;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.45);
        z-index: 1;
    }

    More info here on the box-shadow property – to help with any adjustments you might want to make:

    https://www.w3schools.com/cssref/css3_pr_box-shadow.asp

    #986364
    Robin

    Many thanks David. Enjoy your weekend.

    #986375
    David
    Staff
    Customer Support

    You’re welcome. You too.

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