Product Page update causing problems

Solved

Product Page update causing problems

SourcedBySab1
Tourist
9 0 1

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

Screenshot 2025-02-18 at 20.28.57.png

Accepted Solution (1)

FrankyGiap
Shopify Partner
88 15 12

This is an accepted solution.

Hi @SourcedBySab1,

You can using this css rule for your problem:

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

 

- Solved it? Hit Like and Accept solution or ❤️Buy Me Coffee❤️
- Fusion Workflow: Automate Your Store with Precision and Ease

View solution in original post

Replies 3 (3)

FrankyGiap
Shopify Partner
88 15 12

This is an accepted solution.

Hi @SourcedBySab1,

You can using this css rule for your problem:

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

 

- Solved it? Hit Like and Accept solution or ❤️Buy Me Coffee❤️
- Fusion Workflow: Automate Your Store with Precision and Ease
SourcedBySab1
Tourist
9 0 1

Screenshot 2025-02-19 at 18.47.05.png

 

Hi Franky that didnt seem to work?

SourcedBySab1
Tourist
9 0 1

Apologies Franky we actually got it working 🙂