Rounded Corners on Before-And-After Slider

Hi Guys, does anyone know correct CSS code to use to out round corners on the images on the before and after slider?

Thanks,
Steve

2 Likes

You can use this CSS code

[class*="PairSliderPicture"] {
    border-radius: 30px;
}

1 Like

Perfect! Works like a dream.

Many thanks Tuanphan :clap: :pray: :+1:

3 Likes

Hi @Steve_Bowles and welcome to the Community :wave:

That’s great that the code by Tuanphan did the trick! Thank you so much for your help @tuanphan

If any further questions come up, we are always here for you :slightly_smiling_face: