I know this is a duplicate support request but have spent the whole morning trying to find the previous issue... I'd like to have multiple images for my products but only want them displayed in the colorbox slideshow otherwise I would like just one image shown as a product/node view.

Sorry for the duplication but any assistance would be seriously appreciated.

It should look something like this in the css file.

div.field-name-uc-product-image, div.field-items div.field-item{...

Comments

Richard_1618’s picture

Status: Active » Closed (fixed)

This worked eventually (",)

div.field-name-field-photo, div.field-items div.field-item {
display:none;
}
div.field-name-field-photo, div.field-items div:first-child {
display:inline;
}

TR’s picture

Status: Closed (fixed) » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.