This topic has 3 replies, 2 voices, and was last updated 3 years ago ago by demzie
Single productpage: Howto get attributes next to label?
I now have: Size and below that are the swatches, how do i get these on one line?
Also howto change the font specs for the label of the attributes (Size)..?
Hello,
Try to use the next custom CSS code:
.single-product form.cart table.variations td {
width: auto !important;
display: inline-block !important;
margin-right: 10px;
}
.single-product form.cart table.variations td.label label {
font-size: 13px;
color: #545454;
font-weight: 700;
}
Regards
Yes, this works!
Tweaked a bit! looks good now 🙂
Tagged: attributes, howto, json array, label, persuasive, single-productpage, wordpress woocommerce
The issue related to '‘Single productpage: Howto get attributes next to label?’' has been successfully resolved, and the topic is now closed for further responses