Title: Changing border radius
Last modified: November 19, 2019

---

# Changing border radius

 *  Resolved [charliparkes](https://wordpress.org/support/users/charliparkes/)
 * (@charliparkes)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/changing-border-radius/)
 * What would be the best way to set the border-radius of the slider?

Viewing 1 replies (of 1 total)

 *  Plugin Support [Gabor](https://wordpress.org/support/users/nextendweb_gabor/)
 * (@nextendweb_gabor)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/changing-border-radius/#post-12150434)
 * Hi [@charliparkes](https://wordpress.org/support/users/charliparkes/)!
 * In the Pro version we have an option for this at the slider type settings:
    [https://smartslider3.helpscoutdocs.com/article/72-simple-type#settings](https://smartslider3.helpscoutdocs.com/article/72-simple-type#settings)
   and in the Free version you could use this CSS code:
 *     ```
       div#n2-ss-15 .n2-ss-slider-1{
           border-radius: 99px;
           overflow:hidden;
       }
       ```
   
 * where the number 15 should be the ID of your slider:
    [https://smartslider3.helpscoutdocs.com/article/1219-slider-and-slide-id#sliderid](https://smartslider3.helpscoutdocs.com/article/1219-slider-and-slide-id#sliderid)
 * You could go to our slider’s Developer tab:
    [https://smartslider3.helpscoutdocs.com/article/1294-slider-settings-developer](https://smartslider3.helpscoutdocs.com/article/1294-slider-settings-developer)
   and insert the code into the CSS field.

Viewing 1 replies (of 1 total)

The topic ‘Changing border radius’ is closed to new replies.

 * ![](https://ps.w.org/smart-slider-3/assets/icon.svg?rev=2307688)
 * [Smart Slider 3](https://wordpress.org/plugins/smart-slider-3/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/smart-slider-3/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/smart-slider-3/)
 * [Active Topics](https://wordpress.org/support/plugin/smart-slider-3/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/smart-slider-3/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/smart-slider-3/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Gabor](https://wordpress.org/support/users/nextendweb_gabor/)
 * Last activity: [6 years, 7 months ago](https://wordpress.org/support/topic/changing-border-radius/#post-12150434)
 * Status: resolved