Frequently asked questions

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...

How to add Line Breaks and make Columns smaller


If attribute columns for example are too long and there is no line break, please add this custom CSS: #variations-table-header-at { width: 100px !important; max-width: 100px !important; } table.dataTable.nowrap th, table.dataTable.nowrap...