Home Forums WoodMart support forum Close button on mobile and full width mobile menu area

Close button on mobile and full width mobile menu area

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #113690

    [email protected]
    Participant

    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.
    #113703

    Artem Temos
    Keymaster

    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

    #113752

    [email protected]
    Participant

    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.

    #113764

    Artem Temos
    Keymaster

    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;
    }
Viewing 4 posts - 1 through 4 (of 4 total)