Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #431489

    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

    #431492

    Hi Rasmus!

    Please use following code

    .single-portfolio .main_menu { display: none!important; }

    Best regards,
    Yigit

    #431497

    Thanks for quick response, Yigit!
    I’m sorry but the code you suggested didn’t work.

    #431506

    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

    #431633

    Sorry, cache problem on server. The code you sent worked great!

    Thanks Yigit, awesome support as always!

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