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
Hi again Rasmus! :)
Please use the code as following
.postid-192 .main_menu { display: none!important; }
Best regards,
Yigit
You’re the man Yigit! Thanks!