<aside> 💡 Info:

Additional Info (Remove if not needed, or replace content if needed)

Remove Search from Top Bar (Snippet Name)

Search.png

/*Remove Search - Top Bar*/
div.notion-topbar > div > div:nth-child(3) { display: none !important; } /*Remove Search - Top Bar - Desktop*/
div.notion-topbar-mobile > div:nth-child(3) { display: none !important; } /*Remove Search - Top Bar - Mobile*/