Hi, I am looking to remove the “clear” link and “in stock” display that show just above the add to cart button. I added the below CSS, can you confirm this would be the right way to do this without affecting anything else? Also, I notice that when I select an option on a product variation, the add to cart button still moves down slightly, is there a way to stop it doing this?
thanks.
.reset_variations {
display: none !important;
}
.woocommerce-variation-availability {
display: none !important;
}
.single_variation_wrap .woocommerce-variation .single_variation {
display: none !important;