Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save dantetesta/1dae92eb614c56e7156f9a1a4289da3f to your computer and use it in GitHub Desktop.

Select an option

Save dantetesta/1dae92eb614c56e7156f9a1a4289da3f 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>
local: body end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment