If you move the slider all the way to one end of the image, you will only see ONE image (if you move the slider all the way to the right, for example, you will only see the “Before” image) but you will can see both labels. In this case, the “After” label should remain hidden. The previously suggested CSS-Code
‘[class*=“PairSliderLabel__Container”] {
display: none;
}’
does not fulfill this, as BOTH labels are simply hidden here instead of just one. I have tried to illustrate this in the attached picture (sittuation: slider on the right side, so this label should be hidden →