I'm trying to open the modal cart when I add a product to it on a Single Product page. This is the website I'm working on:
https://nueva.coronadeolivo.com/
I've tried many different things, like changing "aria-open" to true and adding a few classes to the cart; but nothing seems to work.
Any ideas how I might do this?
This is the element I'm targeting:
<a id="elementor-menu-cart__toggle_button" href="#" class="elementor-menu-cart__toggle_button elementor-button elementor-size-sm" aria-expanded="false">
<span class="elementor-button-text"><span class="woocommerce-Price-amount amount"><bdi>74.95<span class="woocommerce-Price-currencySymbol">€</span></bdi></span></span>
<span class="elementor-button-icon" data-counter="1">
<i class="eicon"></i>
<span class="elementor-screen-only">Cart</span>
</span>
</a>