[Resolved] Closing icon in slideout menu

Home Forums Support [Resolved] Closing icon in slideout menu

Home Forums Support Closing icon in slideout menu

  • This topic has 3 replies, 2 voices, and was last updated 5 months ago by Ying.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2395882
    takkularapsis

    Hi,

    Could i add icon or small image that closes slideout menu in mobile?
    I would add it in the top left corner of the opened slideout menu.

    #2395898
    Ying
    Staff
    Customer Support

    The close button is there, but it’s hidden by this CSS you added:

    .offside-js--is-open .slideout-overlay {
        opacity: 0;
    }

    Try change it to:

    .slideout-overlay {
        background: transparent;
    }
    #2396251
    takkularapsis

    Great, yes, and after that i managed to get it to left. Thanks!

    #2397042
    Ying
    Staff
    Customer Support

    You are welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.