Thank you @paulwpxp
It works, but could you please help me understand how u figured it out, so I can learn for the future?
I used Chrome>Inspect Element but that part wasn’t showing up and I couldn’t figure out where to find it. How did you find it?
And this is why I love you guys!
Works!
I added this though to make sure only that page does not show the menu:
.page-id-3303 .sticky-wrapper {
background-color: #222;
display: none;
}
***Guys, why do you add a dot before sticky-wrapper and not a # ?
Nope, it’s not doing anything (added it to custom css), all pages including the one i need still have the nav bar 🙁