Best Wireframing Software and Tools in 2026 (Free and Paid)
Compare the best wireframing software and tools in 2026. See free and paid options, key features, pricing, and how to pick the right wireframing tool.

Actionable insights to improve SEO, speed, and conversions
To customize webflow slider dots, select the Slide Nav element in your slider. In the Style panel, change the font size to resize the dots and the text color to recolor them. Turn on Round for circle dots. For custom shapes, active dot color, and styled arrows, add a small code snippet that targets the .w-slider-dot and .w-slider-arrow classes. This works on the native Webflow Slider.
The Webflow Slider comes with dots and arrows built in. The default dots are small and plain. Most teams want to change the color, size, and shape to match their brand. This guide shows you how to style webflow slider navigation two ways. First with no code in the Designer, then with a few lines of custom code for full control.
We build custom Webflow sliders for clients every week at theCSS Agency. These are the exact steps our team uses.
Before you style anything, it helps to know the pieces. A Webflow Slider has these parts:
You will style two of these most often. The Slide Nav holds the dots. The arrows sit on the left and right. Each part has a class you can target with code.
Here are the classes Webflow adds by default:
.w-slider-dot is each dot..w-slider-dot.w-active is the active dot..w-slider-nav is the dot container..w-slider-arrow-left and .w-slider-arrow-right are the arrows..w-icon-slider-left and .w-icon-slider-right are the arrow icons.You can change the basics without any code. Follow these steps.
Add a Slider element onto your page. Webflow adds two slides, dots, and arrows by default. Add your content to each slide.
Open the Navigator panel on the left. Click the Slide Nav element. This is the row of dots under the slider.
With the Slide Nav selected, open the Style panel. Change the font size value. A bigger font size makes bigger dots. This is how you control webflow slider dots size.
Still on the Slide Nav, set the text color. This changes the dot color. The inactive dots show a lighter version, and the active dot shows the full color.
Select the slider, then open its settings. Turn on the Round option for the nav. Your dots become clean circles instead of squares.
Want more space around the dots? Adjust the padding on the Slide Nav element. This moves the dots up, down, or apart.
The Designer covers color, size, round shape, and spacing. For custom shapes and the active dot color, use the code method below.
Code gives you full control. You can set the exact size, the active color, and new shapes. Add an Embed element to the page, or paste the code into your page settings.
This snippet sets a gray dot and a purple active dot. Swap the colors and sizes for your brand.
<style>
.w-slider-dot {
background-color: #d1d5db;
width: 10px;
height: 10px;
}
.w-slider-dot.w-active {
background-color: #7c3aed;
}
</style>The .w-slider-dot line styles every dot. The .w-active line styles only the current dot. This is the cleanest way to set a webflow slider dots color that matches your design.
Change the corner radius to switch shapes. Use 0 for squares and 999px for full circles.
<style>
.w-slider-dot {
border-radius: 0;
width: 12px;
height: 12px;
}
</style>Want a modern look? Make the active dot stretch into a bar. This style is popular on hero sliders.
<style>
.w-slider-dot {
border-radius: 999px;
width: 10px;
height: 10px;
background-color: #d1d5db;
transition: width 0.3s ease;
}
.w-slider-dot.w-active {
width: 28px;
background-color: #7c3aed;
}
</style>The active dot grows wider, so it reads as a bar. The transition makes the change smooth. These custom shapes turn plain slider navigation dots into a branded detail.
The arrows work the same way. You can restyle them in the Designer or with code.
Select the Left Arrow or Right Arrow in the Navigator. In the Style panel, change the size, color, and background. You can also round the corners or add a shadow. Click the arrow icon inside to swap it for a different one.
This snippet changes the arrow color and size. It also moves the arrows outside the slider.
<style>
.w-slider-arrow-left,
.w-slider-arrow-right {
color: #7c3aed;
font-size: 28px;
}
.w-slider-arrow-left { left: -60px; }
.w-slider-arrow-right { right: -60px; }
</style>The color line changes both webflow slider arrows at once. The left and right lines push them away from the edges. Adjust the values to fit your layout.
Sometimes you want a cleaner look. You can hide the dots, the arrows, or both.
Hide the dots with this code:
<style>
.w-slider-nav { display: none; }
</style>Hide the arrows with this code:
<style>
.w-slider-arrow-left,
.w-slider-arrow-right { display: none; }
</style>You can also toggle the nav and arrows off in the slider settings. Open the slider, then uncheck Nav or Arrows. Keep at least one control so people can still move through slides.
Want numbered dots or image thumbnails? This is an advanced setup. The native dots do not hold text or images on their own. You have two common paths:
Both need Webflow custom code and some testing. For most sites, styled dots and arrows are enough. Use thumbnails only when the extra work adds real value.
Your slider shows on phones too. Keep the controls easy to tap. Follow these rules:
You can set different sizes per breakpoint. Select the breakpoint first, then change the style. Webflow saves each change for that screen size.
A few small issues come up often. Here are quick fixes.
.w-active line.border-radius: 999px to make them round again.Use these tips to keep your slider clean and clear:
Now you know how to style webflow slider dots and navigation two ways. The Designer covers color, size, round shape, and spacing with no code. A few lines of custom code unlock bar dots, active colors, and styled arrows. Together they turn a plain slider into a polished, on-brand feature.
Start with the color and size in the Designer. Then add the code snippet for the shape you want. Test it on the live site and on a phone.
Want a fully custom Webflow site with sliders that match your brand? theCSS Agency builds fast, custom Webflow sites for SaaS and B2B teams. Book a call to talk about your project.
Select the Slide Nav element and set its text color in the Style panel. For the active dot color, add a short code snippet that targets the .w-slider-dot.w-active class.
Select the Slide Nav and change the font size in the Style panel. A larger font size makes larger dots. You can also set the width and height with custom code.
Yes. Add custom code that makes the active dot wider with a rounded radius. The active dot then looks like a bar instead of a circle.
Select the Left Arrow or Right Arrow and style it in the Designer. You can swap the icon, change the color, and move the arrow with code.
Add the code .w-slider-nav { display: none; }, or uncheck Nav in the slider settings. Keep the arrows so users can still move through slides.
Yes. The styles apply on all screens. Keep dots large enough to tap and test the slider on a real phone.
The .w-slider-dot class controls each dot. The .w-slider-dot.w-active class controls the active dot.

Compare the best wireframing software and tools in 2026. See free and paid options, key features, pricing, and how to pick the right wireframing tool.

Learn how to create gradient text in Webflow with a simple method. Follow clear steps, add a short code snippet, and make your headings stand out.

Build a full-width mega menu in Webflow from the native navbar add columns, images, and links, and keep it responsive and accessible. No plugins needed.
Quick Turnaround. No Contracts. Cancel Anytime. Book a 30 minutes consulting call with our expert.