Hi, I have never tried to do it. The slider don't have that option. Yolucan try to set border radius at the images too like: ..rev_slider_wrapper >img{ border_radius:... }
Maybe it will do the job.
Also you can to set overflow:hidden to the wrapper Maybe will help too. Anyway,. this options is unsupported by us.
Hi,
I could change the border radius of the rev_slider_wrapper class but than I still can see the corners of the image.
How can I change the border radius of the image (slide)?
This is the CSS code:
.rev_slider_wrapper {
border-bottom-left-radius: 2em;
border-bottom-right-radius: 2em;
border-top-left-radius: 2em;
border-top-right-radius: 2em;
border: 2px solid;
overflow: hidden;
}
Many thanks,
Wim
Hi, I have never tried to do it. The slider don't have that option. Yolucan try to set border radius at the images too like: ..rev_slider_wrapper >img{ border_radius:... }
Maybe it will do the job.
Also you can to set overflow:hidden to the wrapper Maybe will help too. Anyway,. this options is unsupported by us.