Thank you very much, it worked great!
Could you be so kind please and help me with one more thing? For some kind of reason I can’t edit the “add to cart button Styles” in the “Woo Product Gallery element”. I wan’t to make the button background white, so I have this css that works very well:
element.style {
}
.elementor-2667 .elementor-element.elementor-element-3d4dfd8 .eael-product-gallery .woocommerce li.product .button, .elementor-2667 .elementor-element.elementor-element-3d4dfd8 .eael-product-gallery .woocommerce li.product .button.add_to_cart_button, .elementor-2667 .elementor-element.elementor-element-3d4dfd8 .eael-product-gallery .woocommerce li.product .added_to_cart {
background-color:#fff!important;
}
The only problem is that I use this “Product Gallery” element in other pages too and every time I have to write the same css for each element’s id. Is there an element id so I can only write it once and it gets to work for all future “product gallery” elements?
Thank you again!