Hide page icon only in homepage | Super CommunityHi all - I'm trying to hide the main page icon of my homepage. But I want this only for the homepage. I want subpages to retain the icons. Anyone able to help with this? Cheers 💛community.super.soCopy<style> #page-index .notion-header__icon-wrapper { display: none !important; } </style>