Home › Forums › WoodMart support forum › Filters with swatches › Reply To: Filters with swatches
Elise Noromit
Hello,
how can I do that
Such attributes as color or size usually may have a few variables so we can configure them as a drop-down or attribute swatches.
By default, they will be displayed as a drop-down.
In order to configure attribute swatches, please follow these steps:
1. Dashboard -> Products -> Attributes -> Color -> Configure terms;
2. Enter each Variable and Enable swatch as shown http://prntscr.com/jskm29;
You can also view this video tutorial: https://xtemos.com/docs/woodmart/variable-products-swatches/
how can i hide widgets on mobile?
Try this CSS to hide widgets on mobile:
.main-footer{
display:none;
}
Add this CSS to Theme Settings > Custom CSS > chose the appropriate device type and insert.
Best Regards