Hide navigation bar in pages

Any way to hide the the whole container nav bar as I succeeded only in the title and the profile pic

No need figured it out, I had to make it important

#nav-root {
display: none !important;
}