Skip to content

Instantly share code, notes, and snippets.

@shameemreza
Created October 12, 2022 22:07
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/5c2166a575d9ffefe09638fcd92dcb84 to your computer and use it in GitHub Desktop.
Save shameemreza/5c2166a575d9ffefe09638fcd92dcb84 to your computer and use it in GitHub Desktop.
<script>
if(window.outerWidth < 425) {
alert('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