Yes, it's possible if you have a menu item that links to that article. In the menu item setting page, add a suffix class for it, let's say "myclass", then use CSS to hide the menu, something like this:
- Code: Select all
.myclass > #gkMenu{
display:none;
}
Cheers,