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.
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.
Hello,
We have checked the issue.
There is an option in the plugin to change the border’s values.
Screenshot → 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.
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.