Title: Remove default colors
Last modified: May 11, 2019

---

# Remove default colors

 *  Resolved [funsail](https://wordpress.org/support/users/funsail/)
 * (@funsail)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/remove-default-colors/)
 * Can you get rid of this?
 * .wpcp-carousel-section:not(.wpcp-product-carousel) .wpcp-single-item {
    border:
   1px solid #e5e5e5; background: #f9f9f9; }
 * why would I want this bg over images?

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [kokosvi](https://wordpress.org/support/users/kokosvi/)
 * (@kokosvi)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/remove-default-colors/#post-11520726)
 * I would have asked the same question. You can put this css code into wp-admin/
   appearance/customize and then in additional css:
 *     ```
       .wpcp-carousel-wrapper .wpcp-single-item{
       	background: none !important;
       	border: none !important;
       }
       ```
   
 * That will be remove default carousel background color and border. I don’t know
   why they have decided use them.
 *  Thread Starter [funsail](https://wordpress.org/support/users/funsail/)
 * (@funsail)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/remove-default-colors/#post-11521469)
 * I put this in the settings tab they have. But I also saw lots of other hard coded
   css generated.
    I thought this was supposed to be an efficient plugin, it should
   have very little css. Esp when using images and all the text/settings are turned
   off too.
 *  [Uzzal](https://wordpress.org/support/users/uzzalth/)
 * (@uzzalth)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/remove-default-colors/#post-11524302)
 * Hello,
 * We have checked the issue.
    There is an option in the plugin to change the border’s
   values. **Screenshot **→ [https://prnt.sc/nnsxwc](https://prnt.sc/nnsxwc)
 * The background CSS will be removed in the next version.
    If you can point out
   other CSS issues, it would be helpful for us.
 * Thank you both.
 *  Thread Starter [funsail](https://wordpress.org/support/users/funsail/)
 * (@funsail)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/remove-default-colors/#post-11524339)
 * Thanks. I only use image carousel now, but I saw the css file has lots of stuff
   inside with colors. Maybe by default you can remove them all, since it’s easy
   to add via settings.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Remove default colors’ is closed to new replies.

 * ![](https://ps.w.org/wp-carousel-free/assets/icon-256x256.png?rev=3506878)
 * [Carousel, Slider, Photo Gallery with Lightbox, Video Slider, by WP Carousel](https://wordpress.org/plugins/wp-carousel-free/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-carousel-free/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-carousel-free/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-carousel-free/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-carousel-free/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-carousel-free/reviews/)

## Tags

 * [background](https://wordpress.org/support/topic-tag/background/)
 * [color](https://wordpress.org/support/topic-tag/color/)

 * 4 replies
 * 3 participants
 * Last reply from: [funsail](https://wordpress.org/support/users/funsail/)
 * Last activity: [7 years, 1 month ago](https://wordpress.org/support/topic/remove-default-colors/#post-11524339)
 * Status: resolved