Site logo

Archived topic

How Do I Make My Primary Navigation Look Like This?

3 replies · Started by RJ on August 17, 2019

Viewing posts 1–4 of 4

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

Many thanks David. Enjoy your weekend.

You're welcome. You too.

This archived topic is closed to new replies.