Title: Carousel image border
Last modified: August 30, 2016

---

# Carousel image border

 *  [AngeloLazzari](https://wordpress.org/support/users/angelolazzari/)
 * (@angelolazzari)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/carousel-image-border-1/)
 * Hi,
    i tried to hide the image border we have in a image carousel but don’t know
   what happend the border is still there.
 * I put a CSS style class in the declaration as:
    `[su_carousel source="media: 
   18,19" width="500" height="80" responsive="no" items="2" scroll="2" title="no"
   arrows="no" class="no_border"]`
 * and the class is in the theme CSS
 *     ```
       .no_border{
           border: 0;
       }
       ```
   
 * What am i doing wrong?
 * [https://wordpress.org/plugins/shortcodes-ultimate/](https://wordpress.org/plugins/shortcodes-ultimate/)

Viewing 1 replies (of 1 total)

 *  [CypressWebs](https://wordpress.org/support/users/jmeyer2485/)
 * (@jmeyer2485)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/carousel-image-border-1/#post-6652037)
 * Under the Shortcodes tab on left side of Admin area click **Settings** then click**
   Custom CSS**, paste this code.
 *     ```
       .su-carousel .su-carousel-slide img {
           padding: 0;
           border: 0;
       }
       ```
   
 * *Note: I tried this in my default CSS plugin and it didn’t work so you have to
   use the Custom CSS section from the plugin itself.

Viewing 1 replies (of 1 total)

The topic ‘Carousel image border’ is closed to new replies.

 * ![](https://ps.w.org/shortcodes-ultimate/assets/icon-256x256.gif?rev=2547563)
 * [Shortcodes Ultimate - Content Elements](https://wordpress.org/plugins/shortcodes-ultimate/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/shortcodes-ultimate/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/shortcodes-ultimate/)
 * [Active Topics](https://wordpress.org/support/plugin/shortcodes-ultimate/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/shortcodes-ultimate/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/shortcodes-ultimate/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [CypressWebs](https://wordpress.org/support/users/jmeyer2485/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/carousel-image-border-1/#post-6652037)
 * Status: not resolved