Home Forums WoodMart support forum Limit swatches in Product Grid Reply To: Limit swatches in Product Grid

#225600

Hello,

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

.wd-swatches-divider {
    display: none;
}

Swatches are variations by their nature and Simple product cannot have them.

You can add attributes to the simple product, configure to show the attribute on the product page, then set this design in the Theme settings > Shop > Product Style: https://prnt.sc/tnqrlg Information would appear on hover.

You will see the option to show: part of the short description or excerpt: https://prnt.sc/tnqsnb

As a result, the single product would also have the attributes. These attributes would be shown on hover.

Best Regards