Okay
  Public Ticket #3216488
Remove 'Off Canvas Menu Label' on Mobile Devices
Closed

Comments

  •  3
    jasonjzotara started the conversation

    Hello there, 

    Am I able to remove the 'Off Canvas Menu Label' only on mobile devices? 

    I'd like to keep the word Menu (next to the off canvas menu) on desktop or tablet. 

    Any insight is appreciated. 

    Jason

  •  1,643
    Judith replied

    Hello Jason,

    Thanks for keeping in touch.

    Please try out this css:

    @media only screen and (max-width: 690px){
    i.label {
        display: none !important;
    } }

    Thanks.

  •  1
    jason249 replied

    Thanks, Judith. This worked perfectly!