Title: Borders
Last modified: October 13, 2021

---

# Borders

 *  Resolved [amafo](https://wordpress.org/support/users/amafo78/)
 * (@amafo78)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/borders-27/)
 * Hi. Is there a way to create round or solid borders to carousel images?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fborders-27%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/borders-27/page/2/?output_format=md) [→](https://wordpress.org/support/topic/borders-27/page/2/?output_format=md)

 *  Thread Starter [amafo](https://wordpress.org/support/users/amafo78/)
 * (@amafo78)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/borders-27/#post-14966917)
 * Putting custom css for example.
 *  [Arreane](https://wordpress.org/support/users/yanex/)
 * (@yanex)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/borders-27/#post-14970174)
 * Hi,
 * I could provide you a custom CSS for that if you could provide a link where your
   MetaSlider is embedded.
 *  Thread Starter [amafo](https://wordpress.org/support/users/amafo78/)
 * (@amafo78)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/borders-27/#post-14970309)
 * [https://abelmateos.com/wp-admin/?wtlwp_token=b64e6abfd416c4c2b93b88988fdc8aa3fe806e5f43d80a030c70a194256350c967e896159e8207cedad0a56f3c6da5c20026fbea9f4620fe8ae0c57061f06faa](https://abelmateos.com/wp-admin/?wtlwp_token=b64e6abfd416c4c2b93b88988fdc8aa3fe806e5f43d80a030c70a194256350c967e896159e8207cedad0a56f3c6da5c20026fbea9f4620fe8ae0c57061f06faa)
 *  [Arreane](https://wordpress.org/support/users/yanex/)
 * (@yanex)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/borders-27/#post-14970571)
 * Adding the following CSS code should do the trick.
 *     ```
       #metaslider_2311.flexslider .slides li {
           overflow: hidden;
           border-radius: 50px;
       }
       ```
   
 *  Thread Starter [amafo](https://wordpress.org/support/users/amafo78/)
 * (@amafo78)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/borders-27/#post-14970653)
 * Can you give border around the image?
 *  [Arreane](https://wordpress.org/support/users/yanex/)
 * (@yanex)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/borders-27/#post-14970668)
 * You can increase/decrease the border size by changing the 5px value in the example.
 * You can also change the hex code value `#000000` to your preferred color
 *     ```
       #metaslider_2311.flexslider .slides li {
           overflow: hidden;
           border-radius: 50px;
           border: solid 5px #000000;
       }
       ```
   
 *  Thread Starter [amafo](https://wordpress.org/support/users/amafo78/)
 * (@amafo78)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/borders-27/#post-14970681)
 * Thank you very much, it works great!
 *  Thread Starter [amafo](https://wordpress.org/support/users/amafo78/)
 * (@amafo78)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/borders-27/#post-14971094)
 * I’m trying Nivo Slider but can’t.
 *  [Arreane](https://wordpress.org/support/users/yanex/)
 * (@yanex)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/borders-27/#post-14973403)
 * I tested Nivo Slider on my local server and was able to run it without a problem.
 * Please provide more information on what’s not working with Nivo Slider. If you
   see any error messages, please post it here.
 *  Thread Starter [amafo](https://wordpress.org/support/users/amafo78/)
 * (@amafo78)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/borders-27/#post-14974039)
 * What I mean is that I need the code to make the borders with Nivo Slider.
 *  [Arreane](https://wordpress.org/support/users/yanex/)
 * (@yanex)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/borders-27/#post-14974370)
 * Sorry for the confusion.
 * The code I provided to you was specifically for FlexSlider option. Apparently,
   each slider has different classes, which means each slider will need different
   set of custom CSS code.
 * If you could provide a link again where your Coin Slider is embedded so I can
   send you an updated CSS.
 *  Thread Starter [amafo](https://wordpress.org/support/users/amafo78/)
 * (@amafo78)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/borders-27/#post-14974848)
 * [https://abelmateos.com/wp-admin/?wtlwp_token=723ad395add7b7eeb597c9dc22791807812f50db2e1214a23ad8278f95748ea9a867d51adf64aedbf250a5c4df7fb632306f8198e75a7d505ad734bfa543e2b0](https://abelmateos.com/wp-admin/?wtlwp_token=723ad395add7b7eeb597c9dc22791807812f50db2e1214a23ad8278f95748ea9a867d51adf64aedbf250a5c4df7fb632306f8198e75a7d505ad734bfa543e2b0)
 *  [Arreane](https://wordpress.org/support/users/yanex/)
 * (@yanex)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/borders-27/#post-14980682)
 * You can try the following code below:
 *     ```
       .metaslider .theme-default .nivoSlider img {
       	border-radius: 50px;
       	border: solid 5px #000;
       }
       ```
   
 *  Thread Starter [amafo](https://wordpress.org/support/users/amafo78/)
 * (@amafo78)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/borders-27/#post-14982177)
 * Thank you!
    I do not know what happens that the image is cut by the bottom border.
 *  [Arreane](https://wordpress.org/support/users/yanex/)
 * (@yanex)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/borders-27/#post-14984401)
 * hmm.. It looks like the code I provided is conflicting with the effect that you
   used.
 * Please try to remove the initial css I provided for the NivoSlider and use this
   instead.
 *     ```
       div.metaslider .theme-default .nivoSlider {
           border: solid 2px #8C8C8C;
           border-radius: 25px;
           overflow: hidden;
       }
       ```
   

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/borders-27/page/2/?output_format=md) [→](https://wordpress.org/support/topic/borders-27/page/2/?output_format=md)

The topic ‘Borders’ is closed to new replies.

 * ![](https://ps.w.org/ml-slider/assets/icon.svg?rev=3523572)
 * [Slider, Gallery, and Carousel by MetaSlider - Image Slider, Video Slider](https://wordpress.org/plugins/ml-slider/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ml-slider/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ml-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/ml-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ml-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ml-slider/reviews/)

 * 16 replies
 * 2 participants
 * Last reply from: [amafo](https://wordpress.org/support/users/amafo78/)
 * Last activity: [4 years, 6 months ago](https://wordpress.org/support/topic/borders-27/page/2/#post-14984740)
 * Status: resolved