Attributes displayed on Shop page
-
Hello,
on my shop page, the attributes/variations “Stoffe” will be displayed under each single product. Thats wanted.
But I want to set the maximum number to for example 8.
Is it possible?
Attachments:
You must be
logged in to view attached files.
Hello,
There is no option to do that. I can provide custom CSS to limit the height of the block containing the swatches.
Please add this code to the Theme Settings > Custom CSS > Global:
.woodmart-hover-alt .swatches-on-grid {
max-height: 95px;
overflow: hidden;
}
Best Regards
Hello,
and is there an option to don’t display the attributes?
Can I display a “select option”-sign instead of?
Hello,
This option is required to show the swatches.
Please replace this code in the Theme Settings > Custom CSS > Global:
.woodmart-hover-alt .swatches-on-grid {
display:none;
}
Best Regards