Home › Forums › WoodMart support forum › How can I customize the attribute like this? › Reply To: How can I customize the attribute like this?
February 11, 2020 at 12:59 pm
#172763
Aizaz Imtiaz Awan
Keymaster
Hello,
Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global Custom CSS Section:
.single-product-page .variations_form .variations td {
display: block;
}
Please see the result here: http://prnt.sc/r0pqc2
Best Regards.