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
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
Hi @user327
It’s great to see new faces around here. Welcome
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