Product Page Show Attribute Title
-
We have product pages with multiple attributes, e.g. https://www.diy-fence.co.uk/product/pedestrian-access-field-gate-kit/
There are 4 attributes, how can we show the attribute name next to each drop down?
Hello,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.product-design-alt table.variations td.value {
display: block;
}
.product-design-alt table.variations td.label {
display: block;
padding-bottom: 10px !important;
}
Regards
Wonderful, that works, thank you. Can I also place the attribute title to the left of the dropdown using Css?
Sorry, but it can’t be left to the attribute on this product layout type.