DMXzone Nivo Slider Support Product Page

Answered

Rounded CSS Corners with Nivo Slider.

Asked 31 Aug 2012 09:06:28
1
has this question
31 Aug 2012 09:06:28 gary vey posted:
I'm trying to add rounded corners using CSS (-moz-border-radius: 10px;border-radius: 10px to my images in Nivo Slider.

No matter where I add the CSS, the first image in the sequence loads with rounded corners, but after that the rounded corners are gone. Would really appreciate any help as to where I should add the Code.

THX
Gary

Replies

Replied 31 Aug 2012 10:56:48
31 Aug 2012 10:56:48 Teodor Kuduschiev replied:
Hello,

Can you please provide a link to your page?
Replied 31 Aug 2012 11:16:14
31 Aug 2012 11:16:14 gary vey replied:
Replied 31 Aug 2012 11:21:43
31 Aug 2012 11:21:43 Teodor Kuduschiev replied:
Hello,

Please add the following in your css:


.nivoSlider, .nivoSlider img, .nivo-slice{
	border-radius:10px;  /*change value based on preference*/
}

Replied 31 Aug 2012 11:29:51
31 Aug 2012 11:29:51 gary vey replied:
Thanks for your quick resposne!

I tried your suggestion, but of course, every slice now has rounded corners:
vmedia.de/maitreback/index.html

thx
Gary
Replied 31 Aug 2012 11:44:42
31 Aug 2012 11:44:42 Teodor Kuduschiev replied:
Sorry i forgot to explain this is working with Fade effect only as there are no any slices.

In order to make the first and last slices corners rounded you need to modify the jquery code, but we do not support any modification of the code.

I will add this option to the wishlist for the future updates.
Replied 31 Aug 2012 11:46:03
31 Aug 2012 11:46:03 gary vey replied:
Ok, yea I never thought of that. Thanks again for your help!
Gary

Reply to this topic