Bug in stock visibility
Hello
The line "in stock" woocommerce, is completely hidden, how to change that ? Thanks
https://www.magasin-velos-alsace.fr/produit/lapierre-crosshill-3-0/
Each attribut line like "size" (taille in french) are in lower caps, is that normal ?
        
Comments
Hi,
Please try the following CSS code:
.woocommerce .product.style-modern .product_wrapper .entry-summary .single_variation{ float: unset!important; }Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Best regards
Hello ! It's worse :-(
It looks like some plugin is adding its own styles, messing everything up.
Disable your plugins one by one to find the culprit.
Best regards