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
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
Hi @SourcedBySab1 ,
You can using this css rule for your problem:
.image-cont--with-secondary-image .product-block__image-dots {
display: none;
}
Apologies Franky we actually got it working ![]()

