Okay
  Public Ticket #1424456
CSS
Closed

Comments

  • 2aamarketing started the conversation

    What css can I put in to hide the navigation 2 / secondary navigation on the mobile menu?

  •  9,017
    Tahir replied

    Hey ,

    Try using this Option : http://prntscr.com/hy5u6c  .

    Be.st


    ThemeNectar Support Team 

  • 2aamarketing replied

    That option didn't do anything, I need to remove the secondary menu location, this just ads the top navigation location to it, which I don't have a menu showing under top navigation.  Is there a css method of hiding it with Salient?

  • 2aamarketing replied

    ANy ideas?

  •  9,017
    Tahir replied

    Hey Again,

    Sorry for the Unusual Delay . 

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  • 2aamarketing replied

    perrydrugonline.com


    Thanks!

  •  9,017
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    @media only screen and (max-width: 690px) {
        body #slide-out-widget-area .inner .off-canvas-menu-container.mobile-only .menu.secondary-header-items {
            display: none !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  • 2aamarketing replied

    Thanks!