Archived topic
Secoundary menu in only one page
5 replies · Started by Krystian on October 15, 2017
Hello, is it possible to have secoundary menu in only one page?
Normally I can turn on main menu and secoudary menu for all pages and posts, but i would like to have secoundary menu only with one page.
Hi there,
Can you link me to the page where you want the secondary navigation?
Thanks!
http://jedrakphoto.com/fotograf-na-wesele
exactly here, this is a photo weeding page. I plan to make secoundary navigation for main section in this page.
Try this CSS to hide the secondary navigation on all pages except this one:
body:not(.page-id-38550) .secondary-navigation {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Thank you, its working:)
No problem!