Hi, I need to hide the entire nav bar in a specific page…
BTW this CSS code is not working:
#page-root:has(.auth) [aria-label="Sign In"] {
display: none;
}
#page-root:has(.auth) div[class*="desktop-nav-bar"], #page-root:has(.auth) div[class*="mobile-nav-bar"],
#page-root:has(.auth) div[class*="unified-side-bar"] {
display: none !important;
}
And after pasting that code the app crashed (iPhone capture):