Okay
  Public Ticket #3048052
Delete mobile menu logo
Closed

Comments

  • vladislavkucherenkorf started the conversation

    Hi, how i can delete this menu in mobile?

  •  1,877
    Judith replied

    Hi There,

    Thanks for choosing Salient.

    Please paste this CSS code in CSS custom code under Salient > General Settings > CSS/Script Related:

    @media only screen and (max-width: 999px){
    #header-outer #top .row .col.span_9 .slide-out-widget-area-toggle {
        display: none;
    } }

    Thanks.