Archived topic
Closing icon in slideout menu
3 replies · Started by takkularapsis on October 31, 2022
Viewing posts 1–4 of 4
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.
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;
}
Great, yes, and after that i managed to get it to left. Thanks!
You are welcome :)
This archived topic is closed to new replies.