Okay
  Public Ticket #636783
Hide Menu Items from Portfolio item detail
Closed

Comments

  • Oscar started the conversation

    Hello,

    I have a Menu at the top of my Salient website and when I go inside an item from the Portfolio (in my case Projects), I want the Menu to disappear inside this detail item. How can I do it?

    This is my site: http://muntalapps.com/others/nomen2/

    And this the way an item detail looks like: http://muntalapps.com/others/nomen2/index.php/portfolio/my-projecte/

    Thank you

  •  8,992
    Tahir replied

    Hey ,

    Are you referring to Header Menu or Portfolio Arrow and square box ?.

    Best .


    ThemeNectar Support Team 

  • Oscar replied

    Hey,

    I am referring to the Header Menu items (the four options to be empty/hidden/disappear while I am watching the Portfolio detail, but keep the logo on the top).

    Also, now that you mention it, it would be interesting to get rid of the portfolio arrow and the left button with the four mini squares. But the important part is to know how can I hide the top menu items (Projectes, Noticies, Estudi, Contacte).

    Thank you very much

  •  8,992
    Tahir replied

    Hey,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .single-portfolio header#top nav > ul.sf-menu {
        display: none !important;
    }
    .single-portfolio header#top #toggle-nav {
        display: none !important;
    }
    /*Hide arrow and square*/
    .single-portfolio #full_width_portfolio .project-title .container {
        display: none !important;
    }

    Best.



    ThemeNectar Support Team