Product Page update causing problems

i have updated my theme and now the you may also like section also shows the product colour which i dont want it to. Is there custom css i can input to prevent this from happening? The store url is https://sourcedbysab.com/ The theme is Symmetry 7.4

Hi @SourcedBySab1 ,

You can using this css rule for your problem:

.image-cont--with-secondary-image .product-block__image-dots {
    display: none;
}

Hi Franky that didnt seem to work?

Apologies Franky we actually got it working :slightly_smiling_face: