We've implemented a simple CSS solution to modify the color of the navigation dots in the slider component. This approach allows easy customization while maintaining consistency with your overall design theme.

https://prod-files-secure.s3.us-west-2.amazonaws.com/c08e9cc9-3d03-4977-82a4-2278b0c13abd/79935fb6-56e4-49f6-b613-9d782b20e074/slider-dots-navigation-1.png

https://prod-files-secure.s3.us-west-2.amazonaws.com/c08e9cc9-3d03-4977-82a4-2278b0c13abd/1b15dc86-b7bb-4707-a6a6-42ba94d52b50/slider-dots-navigation-2.png

Implementation

  1. Locate the custom code section in your Webflow project settings.

    https://prod-files-secure.s3.us-west-2.amazonaws.com/c08e9cc9-3d03-4977-82a4-2278b0c13abd/56a138b9-a40c-4c75-aa06-c181732a7232/slider-dots-navigation-3.png

  2. Find the CSS snippet shown above.

    /* Slider navigation background color */
    .w-slider-nav-invert > div {
      background-color: **var(--neutral-colors--300)** !important;
    }
    
    /* Active state background color for slider navigation */
    .w-slider-nav-invert > div.w-active {
      background-color: **var(--primary-colors--100)** !important;
    }
    
  3. Modify the color values as needed:

Customization options

  1. Using Webflow variables (recommended):
  2. Using custom colors:

slider-dots-navigation-2.png


Previous

<aside> 📐 Mega menu cropping

</aside>

Next

<aside> ▶️ Marquee sliders

</aside>