• Resolved funsail

    (@funsail)


    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)
  • 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

    (@funsail)

    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.

    Thread Starter funsail

    (@funsail)

    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.