Title: CSS classes
Last modified: August 21, 2016

---

# CSS classes

 *  Resolved [booneshakalaka](https://wordpress.org/support/users/booneshakalaka/)
 * (@booneshakalaka)
 * [13 years ago](https://wordpress.org/support/topic/css-classes-1/)
 * Hi,
 * What classes should I be using to target an individual image? Specifically, I
   have carousel mode on where it shows 2 images at once and I want to put a border-
   radius and a shadow around each individual image.
 * Site is: [buildthefire.com](http://buildthefire.com)
 * Thanks
 * [http://wordpress.org/extend/plugins/ml-slider/](http://wordpress.org/extend/plugins/ml-slider/)

Viewing 1 replies (of 1 total)

 *  [matchalabs](https://wordpress.org/support/users/matchalabs/)
 * (@matchalabs)
 * [13 years ago](https://wordpress.org/support/topic/css-classes-1/#post-3761951)
 * Hi,
 * Check out css child selectors if you want to apply a border radius to _selected_
   images:
 * [http://www.w3schools.com/cssref/sel_nth-child.asp](http://www.w3schools.com/cssref/sel_nth-child.asp)
 * If you want to apply a border radius to _all_ images in the carousel, something
   like this should work:
 *     ```
       .metaslider img {
           border-radius: 5px;
       }
       ```
   
 * Regards
    Tom.

Viewing 1 replies (of 1 total)

The topic ‘CSS classes’ 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/)

## Tags

 * [css classes](https://wordpress.org/support/topic-tag/css-classes/)

 * 1 reply
 * 2 participants
 * Last reply from: [matchalabs](https://wordpress.org/support/users/matchalabs/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/css-classes-1/#post-3761951)
 * Status: resolved