how can i delete the extra product info in the mini cart + the cart – only when it’s not selected
you gave me this code but it’s not exactly what i needed :
.descr-box, .woocommerce table.cart .variation {
display: none;
}
i don’t want to mini cart and the cart to display the options until it’s been CHOOSEN by the consumer. by default, the options are showing up…. how can i make it show up ONLY when the client clicked on the option ??