#42979 How to make the first tab in accordeon by default closed?
Landing › Forums › JupiterX WordPress Theme › How to make the first tab in accordeon by default closed?
Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
eHealth88 eHealth88 2 years, 6 months ago
Hi Artbees,
How to make the first tab in accordeon by default closed?
Kind regards,
Amir Rather Support Team 2 years, 6 months agoPlease try adding this JS code:
jQuery(document).ready(function($) { var delay = 100; setTimeout(function() { $('.elementor-tab-title').removeClass('elementor-active'); $('.elementor-tab-content').css('display', 'none'); }, delay); });
You can add using multiple ways https://themes.artbees.net/docs/inserting-custom-javascript-codes-x/
Regards
-
AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)