Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #431654

    Hi, it’s me again :)
    I just wrote this thread https://kriesi.at/support/topic/hide-navigation-from-portfolio-items/ and it does almost what I want. I just realized that the navigation should be hidden only on specific portfolio items.

    So, is it for example possible to hide the main navigation from portfolio with post id 192 but show the nav on all other portfolio items?

    Thanks in advanced and sorry for open up a new ticket on this one.
    // Rasmus

    #431656

    Hi again Rasmus! :)

    Please use the code as following

    .postid-192 .main_menu { display: none!important; }

    Best regards,
    Yigit

    #431665

    You’re the man Yigit! Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Hide navigation from specifik Portfolio items?’ is closed to new replies.