<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
![Search.png](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/f2ea8671-051c-4a59-9fcc-718ed5dc92ce/Search.png)
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*/