Home Forums WoodMart support forum Issues with Custom Attribute Styling after the upgrades Reply To: Issues with Custom Attribute Styling after the upgrades

#568117

Hung Pham
Keymaster

Hi wysongibsonltd,

Please copy product-attributes.php file content in the staging site and paste into live site.

Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

table.shop_attributes :is(.wd-attr-name,.wd-attr-term) {
	display: block;
}

Regards,