Custom CSS to hide the labels Before and After for that image slider?

How can we hide the labels before and after for the image slider, the one that does comparison?

I can see the settings only position, bottom, top and middle, but no way to hide them.

Thanks

1 Like

Hi @user327 :wave:

It’s great to see new faces around here. Welcome :tada:

I’ve added this code to the Custom CSS field on the Style tab of your widget settings:

[class*="PairSliderLabel__Container"] {
    display: none;
}

Please check your widget and let me know if you like what you see :slightly_smiling_face: