Hey,
We are trying to hide attributes images on mobile since it overlap products images, but unfortunately the code isnt working anymore.
I’ve read older topics where you give answer about how to hide them in mobile mode but the code seems to not work anymore
We try this :
body .product-labels {
display:none;
}
and this :
.product-labels.labels-rounded span.attribute-label {
display: none;
}
We add it to custom css -> Custom css for mobile, but nothing work, and it’s not a cache problem (we clear it all the time we tried)
Can you please check how to do it ?
You have all the logs in private content section
King regards,
Ulysse