Nav/Menu bar shadow

Hi there,

As always, love this theme. Wondering if there is a way to give a slight shadow or shading to the nav bar so that its seems as though it is above the rest of the page. (Please see attachment for an example)

Thank you for helping with this small problem.

Kindest

hey there

Hope you are having a good day and thank you for your question :slight_smile:

Please add this CSSĀ in appearance - customize - additional CSS Thanks!


/*shadow under nav bar*/
.main-navigation {
box-shadow: 0px 2px 5px #e8e8e8;
}

Colorlib Support Team