primary menu on main page, second menu (without primary menu) on other page
-
hey there,
my question is:
how can i have a primary menu on main page (www.360style.de), second menu (without primary menu) on other page (https://360style.de/presentation) ?i have now activated the second menu. so ok for (www360style.de/presentation) but i want to have a different menu for the main paige (www.360style.de).
same question for menu bar: can i have the menu bar activated at (https://360style.de/presentation/) but not at (www360style.de) ?
thank you so much
best
g. -
hey there,
my question is:
how can i have a primary menu on main page (www.360style.de), second menu (without primary menu) on other page (https://360style.de/presentation) ?i have now activated the second menu. so ok for (www360style.de/presentation) but i want to have a different menu for the main paige (www.360style.de).
same question for menu bar: can i have the menu bar activated at (https://360style.de/presentation/) but not at (www360style.de) ?
thank you so much
best
g.hi again...
i know how CSS to hide a regular menu or a site title but not as i described abovehiding main menu:
.slug-xxxx .laynav.primary {
display:none;
}hiding mobil menu:
.slug-xxxx .laynav.mobile-nav {
display:none;
}hiding siteeitle:
.slug-xxxx .sitetitle {
display:none;
}THANKS
g -
Dear G
@vernandel
hiding main menu:
.slug-online_april-21 nav.desktop-nav.primary { display:none; }hiding mobile menu:
.slug-online_april-21 nav.mobile-nav { display:none; }hiding site-title:
.slug-online_april-21 .sitetitle { display:none; }
Best wishes β¨
Richard
-
Dear G
@vernandel
hiding main menu:
.slug-online_april-21 nav.desktop-nav.primary { display:none; }hiding mobile menu:
.slug-online_april-21 nav.mobile-nav { display:none; }hiding site-title:
.slug-online_april-21 .sitetitle { display:none; }
Best wishes β¨
Richard
-
Dear G
@vernandel
.slug-online_april-21 nav.desktop-nav.second_menu { display:none; }
Best wishes π
Richard
-
Dear G
@vernandel
.slug-online_april-21 nav.desktop-nav.second_menu { display:none; }
Best wishes π
Richard
-