• Breakdance page builder

Click to Hide any Breakdance Builder Section | Breakdance Tutorial

Monir
Click to Hide any Breakdance Builder Section Breakdance Tutorial

Video Guide :

First take a div or column or grid anything and set that class : closeclick

download 2024 03 19T022416.185

Add a icon for close or hide and set class name : clicktoclose

download 2024 03 19T022445.964

And finally add this code in code element :

download 2024 03 19T022512.823

Add this code in the Breakdance code block element:

<script>
document.addEventListener('DOMContentLoaded', function() {
jQuery(function($){
$('.clicktoclose').click(function(){
$(this).parents('.closeclick').hide();
});
}); });
</script>
<style>
.clicktoclose{
cursor: pointer;
}
</style>
CSS

Thank you : )

Get Breakdance page builder

Start Your Free Trial Today
Leave a Reply

Your email address will not be published. Required fields are marked *

    • CONTACT

    Got a project in mind? Let's get in touch.

    Contact Form Demo (#3)