Comments 3jasonjzotara started the conversationJanuary 25, 2023 at 11:58pmHello 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,877Judith repliedJanuary 26, 2023 at 5:23amHello 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 Like 1jason249 repliedJanuary 26, 2023 at 4:58pmThanks, Judith. This worked perfectly! 1 Like Sign in to reply ...
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
Hello Jason,
Thanks for keeping in touch.
Please try out this css:
Thanks.
Thanks, Judith. This worked perfectly!