[Resolved] Secoundary menu in only one page

Home Forums Support [Resolved] Secoundary menu in only one page

Home Forums Support Secoundary menu in only one page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #403697
    Krystian

    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.

    #403746
    Leo
    Staff
    Customer Support

    Hi there,

    Can you link me to the page where you want the secondary navigation?

    Thanks!

    #403758
    Krystian

    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.

    #403851
    Leo
    Staff
    Customer Support

    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/

    #404268
    Krystian

    Thank you, its working:)

    #404357
    Leo
    Staff
    Customer Support

    No problem!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.