Created
February 18, 2017 06:56
-
-
Save ahmedeshaan/7400578c40d8d2eae71937c41ac7a9e7 to your computer and use it in GitHub Desktop.
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 type="text/javascript"> | |
jQuery( document ).ready(function() { | |
jQuery(".product-categories .cat-parent").addClass( "active"); | |
}); | |
</script> |
Try using removeClass
<script type="text/javascript">
jQuery( document ).ready(function() {
jQuery(".product-categories .cat-parent").removeClass( "active");
});
</script>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using flatsome theme, i want to close all categories, please help me