Home › Forums › Support › Custom off canvas icon This topic has 1 reply, 2 voices, and was last updated 3 years, 1 month ago by Ying. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts February 22, 2023 at 9:32 am #2542924 Greg Hi guys, Is there an easy way to use the same custom off canvas menu icon for tablet/mobile as well as desktop? I tried modifying the snippet David provided on another topic but couldn’t figure out what I needed – it only seems to be changing it for desktop. I have Off Canvas Panel set to On in my customiser settings (eg. Desktop and mobile) Any help very much appreciated. Thanks, Greg February 22, 2023 at 1:14 pm #2543179 YingStaff Customer Support Hi Greg, When you add the icon, you’ve added hide-on-mobile class to it, can you remove that so it shows on mobile as well? Once the class is removed, you can add this CSS to hide the default menu toggle: .menu-bar-item.slideout-toggle { display: block !important; } button.menu-toggle { display: none !important; } Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In