i will hide on a specific page the main menu. for this is use the Suffixes for pages in the template features. i set the menu id 755 and the suffix hide_menu.
in the override.css i set
- Code: Select all
.hide_menu #gkMainMenu {
display:none;
}
according to the manual the class hide_menu should be spent now in the body. but that does not work. The class in the body is occupied by just pattern4
- Code: Select all
<body class=" pattern4" data-tablet-width="1000" data-mobile-width="580" data-cart="true">
how can I use suffixes for pages now
BR
Steckno
