Home › Forums › WoodMart support forum › mobile menu mobile menu This topic has 3 replies, 2 voices, and was last updated 3 years, 7 months ago by Elise Noromit. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts May 13, 2021 at 2:16 pm #292168 Global TouchParticipant Hello woodmart team! I would like to ask something about your theme. I want to close submenu of parent item when i open other sub menu in mobile menu. Is it possible? Thanks in advance May 14, 2021 at 8:10 am #292313 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom JS > On the document ready: jQuery('.icon-sub-menu').on('click', function(){ var $siblings = jQuery(this).parent().siblings(); $siblings.removeClass('opener-page'); $siblings.find('> ul').slideUp(200); $siblings.find('.icon-sub-menu').removeClass('up-icon'); }); Best Regars May 17, 2021 at 6:57 am #292873 Global TouchParticipant Good morning, perfect! It works great! Thanks! May 17, 2021 at 7:41 pm #293090 Elise NoromitMember We are always happy to help you, write to us when you have any difficulties or issues with our theme. We would be grateful for 5 stars rate on http://themeforest.net/downloads in case you are satisfied with our theme and customer service Thank you in advance Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register