Close button on mobile and full width mobile menu area
-
Hello,
I need close button X on mobile menu area and menu area expand to full width. Please do this. I have attached photo please see.
Attachments:
You must be
logged in to view attached files.
Hello,
Thank you so much for purchasing our theme and contacting our support center.
Unfortunately, there is no option to do this with a custom CSS code. We can add the close button in the right top corner on the black overlay and not expand the mobile menu sidebar.
Kind Regards
XTemos Studio
Ok. Can it will overcome in future theme update? temporary Please add the close button in the right top corner on the black overlay.
Also guide me where you pasted code. Credentials already shared.
Try to add the following code snippet to the Custom CSS area in Theme Settings
.woodmart-close-side:after {
content: "\f10f";
font-family: woodmart-font;
display: inline-block;
font-size: 16px;
display: block;
position: absolute;
color: white;
right: 0;
top: 150px;
width: 50px;
height: 50px;
font-size: 16px;
line-height: 50px;
text-align: center;
cursor: pointer;
}