Modul layer revolution slider

hello,

i want to have the revolution slider with a rounded edge on the right button corner. see screenshot below.

i’ve tried to address different classes, in theme pro and revolutionslider, but it does not work out.

how to adress the revolution slider layer?

css code:
border-bottom-right-radius: 10em 10em;

live:

thanks

oli

Hello Oli,

Thanks for writing to us.

You can use this custom CSS code under Theme option —>CSS to draw a border-radius on the right bottom of the slider.

rs-module-wrap#rev_slider_1_1_wrapper{
border-bottom-right-radius: 174px !important;
}
#rev_slider_1_1_wrapper rs-slide {
border-bottom-right-radius: 174px;
}

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector or you can subscribe to One to get further assistance.

Hope it helps.
Thanks

1 Like

very very great! this worked out! thanks a lot, @prakash_s !!! :+1: :+1: :+1:

You’re welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.