I’ve got a problem with the cart button on my website. Whenever I click on it, it turns dark blue. I know this color because it’s set as primary button color in my Elementor settings, but I’ve tried to override it with !important css lines numerous times and it never changes.
Link to my website: https://www.umowydlabiurarachunkowego.pl/homen
I tried changing this color with some css lines, none of them worked.
.elementor-menu-cart__toggle.elementor-button {
background-color: #ffffff00 !important;
}
.elementor-menu-cart__toggle_button.elementor-button.elementor-size-sm:active {
background-color: #ffffff00 !important;
}
.eicon-basket-medium:active {
background-color: #ffffff00 !important;
}