Skip to content

Instantly share code, notes, and snippets.

@thecodepoetry
Last active March 1, 2023 07:19
Show Gist options
  • Save thecodepoetry/604d7577c2c260e99569b9dd291bbc9e to your computer and use it in GitHub Desktop.
Save thecodepoetry/604d7577c2c260e99569b9dd291bbc9e to your computer and use it in GitHub Desktop.
custom.js
<script>
jQuery(document).ready(function($) {
var delay = 300;
setTimeout(function() {
$('.the7-e-tab-title').removeClass('active');
$('.the7-e-tab-text-content').removeClass('active');
$('.the7-e-tab-text-content').css('display', 'none'); }, delay);
});
</script>
@thecodepoetry
Copy link
Author

Add this code in Elementor > Custom Code > Add new (try in footer)

or add an Elementor HTML Widget to the page

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment