Title: CSS arrows &amp; dots / timer delay
Last modified: July 8, 2024

---

# CSS arrows & dots / timer delay

 *  Resolved [hebhansen](https://wordpress.org/support/users/hebhansen/)
 * (@hebhansen)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/css-arrows-dots-timer-delay/)
 * Hey Sliders
 * Wonderful plugin…. simple and cool
 * I wonder, is there aa way to CSS color arrows and dots? I want it on black background,
   hence, they disappear.
 * I have set slide time to 1000ms and thats how high it goes. That’s still too 
   fast. How can bump that further? Also is it possible to delay the auto slide 
   after load. Fx 1000ms or more. That means nothing happens for an instance and
   then it slides. So 2 different times here.
 * Thx

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

 *  Thread Starter [hebhansen](https://wordpress.org/support/users/hebhansen/)
 * (@hebhansen)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/css-arrows-dots-timer-delay/#post-17875777)
 * This css does nothing…. why?
 *     ```wp-block-code
       /******** Carousel Block Slider *******/button.slick-prev .slick-arrow {    color: white !important;}
       ```
   
 * Also background-color: white; will not work….
    -  This reply was modified 1 year, 11 months ago by [hebhansen](https://wordpress.org/support/users/hebhansen/).
 *  Thread Starter [hebhansen](https://wordpress.org/support/users/hebhansen/)
 * (@hebhansen)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/css-arrows-dots-timer-delay/#post-17911863)
 * I still wonder
 *  Plugin Author [Virgildia](https://wordpress.org/support/users/virgildia/)
 * (@virgildia)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/css-arrows-dots-timer-delay/#post-17917440)
 * Please try:
 *     ```wp-block-code
       .slick-prev:before, .slick-next:before {   color: white !important;}
       ```
   
 *  Thread Starter [hebhansen](https://wordpress.org/support/users/hebhansen/)
 * (@hebhansen)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/css-arrows-dots-timer-delay/#post-17920341)
 * That fixed the arrows thx. How do I alter the dots’ colour?
 *  [ondrejvaroscakde](https://wordpress.org/support/users/ondrejvaroscakde/)
 * (@ondrejvaroscakde)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/css-arrows-dots-timer-delay/#post-18245958)
 * .slick-dots li button:before {
   color: white !important;}
 *  Thread Starter [hebhansen](https://wordpress.org/support/users/hebhansen/)
 * (@hebhansen)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/css-arrows-dots-timer-delay/#post-18251292)
 * Thx [@ondrejvaroscakde](https://wordpress.org/support/users/ondrejvaroscakde/)
   Css added and I will test later

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

The topic ‘CSS arrows & dots / timer delay’ is closed to new replies.

 * ![](https://ps.w.org/carousel-block/assets/icon.svg?rev=2024115)
 * [Carousel Slider Block for Gutenberg](https://wordpress.org/plugins/carousel-block/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/carousel-block/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/carousel-block/)
 * [Active Topics](https://wordpress.org/support/plugin/carousel-block/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/carousel-block/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/carousel-block/reviews/)

## Tags

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

 * 6 replies
 * 3 participants
 * Last reply from: [hebhansen](https://wordpress.org/support/users/hebhansen/)
 * Last activity: [1 year, 4 months ago](https://wordpress.org/support/topic/css-arrows-dots-timer-delay/#post-18251292)
 * Status: resolved