This topic has 2 replies, 2 voices, and was last updated 5 years, 6 months ago ago by Rose Tyler
Hi, I would like to add an X so that users can easily close the mobile menu, how to do?
I tried things in the Js and PHP but nothing works and I do not want to break my site either.
Hello,
Please note that additional customization is outside the scope of our basic support.
Add this code in Theme Options > Custom CSS > Global Custom CSS:
.mobile-menu-opened .mobile-menu-wrapper:before {
content: "\e90a";
font-family: 'xstore-icons' !important;
position: absolute;
right: -25px;
color: white;
top: 5px;
font-weight: 900;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up