Shapely Navigation with no scroll

Hi there @support @movin

I would like for my navigation bar to stay fixed to the top of the page and not scroll with you when you scroll down the page. I have already tried many variances of :

{
position: fixed;
z-index: 99;
}

In different places and it hasn’t worked. Here is my URL:

Please help!

Milli :slight_smile:

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

nav.fixed.scrolled {
position: relative !important;
}

Thanks!
Colorlib Support Team