Hello!
I’m trying to figure out how to remove the main navigation from Portfolio Items in Enfold?
I know how to to it on pages where I use:
.page-id-203 .main_menu { display: none; }
But how do I get it to work on portfolio items?
Regards,
Rasmus
Hi Rasmus!
Please use following code
.single-portfolio .main_menu { display: none!important; }
Best regards,
Yigit
Thanks for quick response, Yigit!
I’m sorry but the code you suggested didn’t work.
Hi!
It should have worked for single portfolio pages. Can you please post the link to your page where you would like to remove main menu?
Regards,
Yigit
Sorry, cache problem on server. The code you sent worked great!
Thanks Yigit, awesome support as always!