Skip to content

Instantly share code, notes, and snippets.

@shameemreza
Created October 12, 2022 22:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shameemreza/0fe2a15402e5c9adc884a30059648aee to your computer and use it in GitHub Desktop.
Save shameemreza/0fe2a15402e5c9adc884a30059648aee to your computer and use it in GitHub Desktop.
<script>
jQuery(document).ready(function($) {
var delay = 100; setTimeout(function() {
$('.elementor-tab-title').removeClass('elementor-active');
$('.elementor-tab-content').css('display', 'none'); }, delay);
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment