Home Forums WoodMart support forum Attributes displayed on Shop page

Attributes displayed on Shop page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #197951

    timo_elfenfabrik
    Participant

    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.
    #198014

    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

    #198037

    timo_elfenfabrik
    Participant

    Hello,

    and is there an option to don’t display the attributes?
    Can I display a “select option”-sign instead of?

    #198053

    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

Viewing 4 posts - 1 through 4 (of 4 total)