New Landing How can we help? Atelier Product variations – reduce heigth of option boxes Reply To: Product variations – reduce heigth of option boxes

#178204
David Martin – Support
Moderator
Post count: 20834

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.