Comments Benjamin started the conversationFebruary 26, 2014 at 7:00amIs there a way to give the slider round corners? 1,192Amit repliedFebruary 26, 2014 at 7:27pmupdate your slider to the latest versiongive the module a module class sufix.in the css.moduletable_yourmoduleclassufix{ border-radius:30px; overflow:hidden; } Benjamin repliedMarch 12, 2014 at 6:18amThank You Sign in to reply ...
Is there a way to give the slider round corners?
update your slider to the latest version
give the module a module class sufix.
in the css
.moduletable_yourmoduleclassufix
{ border-radius:30px; overflow:hidden; }
Thank You