Skip to content

Instantly share code, notes, and snippets.

@LeMiira
Created July 13, 2021 14:24
Show Gist options
  • Select an option

  • Save LeMiira/85a6cbc228421cca3a82d7bdafeb3973 to your computer and use it in GitHub Desktop.

Select an option

Save LeMiira/85a6cbc228421cca3a82d7bdafeb3973 to your computer and use it in GitHub Desktop.
woocommerce sidebar cart opener JS
jQuery('.xoo-wsc-modal , body, html').toggleClass('xoo-wsc-active');
//elementor cart replacer
jQuery('#elementor-menu-cart__toggle_button').on('click',function(e){
e.preventDefault();
e.stopImmediatePropagation();
jQuery('.xoo-wsc-modal , body, html').toggleClass('xoo-wsc-active');
});
@LeMiira
Copy link
Author

LeMiira commented Jul 13, 2021

.elementor-menu-cart__main,.elementor-menu-cart__container{
display: none!important;
}

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