Home Forums WoodMart support forum Show Linked products on product list Reply To: Show Linked products on product list

#562114

Hello,

01. You cannot show the linked variation in the product grid. But Navigate to Theme Settings > Shop > Variable Products and select attributes you want to display in the product grid via Grid swatch attribute to display option https://prnt.sc/DV0yfty1epd6

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

.wd-bg-style-1[class*="wd-swatches"] .wd-swatch-bg { 
border: 1px solid #000 !important; 
}

Best Regards.