Digital experiences for all disciplines
New Landing › How can we help? › Atelier › Product variations – reduce heigth of option boxes › Reply To: Product variations – reduce heigth of option boxes
May 25, 2015 at 6:10 pm
#178204
Hi Caspar,
You could add a line of CSS to either your theme’s CSS option or if you are using a child theme the css file.
Navigate to: Dashboard => Theme Options => ‘Custom CSS/JS’.
.woocommerce div.product form.cart .variations select {
height: 45px;
}
Thanks,
David.