Product Page update causing problems

Topic summary

A user encountered an unwanted display issue after updating their Symmetry 7.4 theme: the “You May Also Like” section began showing product color indicators that they wanted to remove.

Proposed Solution:
Another user suggested adding custom CSS to hide the color dots:

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

Outcome:
Initially, the CSS didn’t appear to work, but the original poster later confirmed they successfully resolved the issue using this approach.

Status: Resolved

Summarized with AI on October 31. AI used: claude-sonnet-4-5-20250929.

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: