Site logo

[Support request] Custom off canvas icon

Home Forums Support [Support request] Custom off canvas icon

Home Forums Support Custom off canvas icon

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #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

    #2543179
    Ying
    Staff
    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;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.