Last active
March 1, 2023 07:19
-
-
Save thecodepoetry/604d7577c2c260e99569b9dd291bbc9e to your computer and use it in GitHub Desktop.
custom.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this code in Elementor > Custom Code > Add new (try in footer)
or add an Elementor HTML Widget to the page