You can use suffixes for pages under Template Settings > Features > Suffixes for pages.
In page id enter the menu item number and in suffix enter any name. Such as "nowhitespace" without quotes.
For an example. Home menu item number is usually 101. So below is what we enter if we want to hide it on homepage.
PageID: 101
Suffix: nowhitespace
Then in css/override.css file you can add below css for the class you entered above. Also make sure css override feature is enabled under template settings > advanced settings > css override "on".
- Code: Select all
.nowhitespace #gkComponent { display:none!important; }
See you around...