• Resolved atkulp

    (@atkulp)


    I’ve been trying to figure out why the carousel won’t show its buttons or dots on my dark mode website (black background), but then I realized that there’s a CSS rule setting the buttons to black. Can this be made a setting instead? They simple aren’t visible on my site at all.

    Thanks!

    
    .wp-block-cb-carousel .slick-next:before, .wp-block-cb-carousel .slick-prev:before {
        color: #000;
    }
    
    .slick-dots li.slick-active button:before {
        color: #000;
    }
    
    
    .slick-dots li button::before {
        color: rgb(0, 0, 0);
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Virgildia

    (@virgildia)

    Hello @atkulp . At the moment the plugin does not have styling options. You can change the colors in your custom CSS to overwrite the default colors. I am planning to add styling options in a future version.

    Thread Starter atkulp

    (@atkulp)

    Yeah, I’m setting custom CSS. if you could add support for light vs dark styling (or just use colors that work either way) that would be great

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can’t see prev/next or dots against black background’ is closed to new replies.