Is there a way to 'float the labels' on the woocommerce checkout? (like Shopify)
I'm attempting to replicate the experience from the Shopify checkout in my WooCommerce checkout page by animating the labels when the user focuses on a certain input, just like this: I've tried using input:focus ~ label, but it won't work…