<aside>
💡 Info:
- Often there is not only one way to achieve a certain outcome.
They are simply what I found working for the Fruition Fruition script.
- The images don’t always represent the actual CSS Snippets. I chose images that best show the what is being changed.
</aside>
Remove Search from Top Bar (Snippet Name)
/*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*/