How can I style the Variations Table

If you want to change the style of the variations table you need to work with custom CSS.

For example if you want to change the header-background color you can insert the following custom Styles into your Child Themes > Custom CSS:

.woocommerce-variations-table thead tr {
background-color: #000;
}

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *