Home › Forums › WoodMart support forum › Botón access tab Botón access tab This topic has 3 replies, 3 voices, and was last updated 6 years, 5 months ago by Elise Noromit. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts September 16, 2018 at 10:30 pm #77424 mponferradaParticipant When clicking on this button, go down to the tab menu and show the last tab. How do I do it? Attachments:You must be logged in to view attached files. September 17, 2018 at 6:25 am #77449 Artem TemosKeymaster Hi, Try to add the following code snippet to the Custom JS area on document ready in Theme Settings to do this jQuery('[href="#presupuesto"]').click(function(e) { e.preventDefault(); jQuery('.woodmart_additional_tab_tab > a').click(); jQuery([document.documentElement, document.body]).animate({ scrollTop: jQuery(".wc-tabs").offset().top - 100 }, 2000); }); Regards September 17, 2018 at 7:04 pm #77616 mponferradaParticipant works correctly. Thank you! September 17, 2018 at 7:40 pm #77622 Elise NoromitMember You are welcome! If you have any questions please feel free to contact us. Best Regards Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register