How to remove the arrow from a dropdown select in Webflow?

Tutorial
March 20, 2023
3 min
Custom code to hide the icon of a Webflow select field.
Key points

By default, when you integrate a select field into a Webflow form, you will see a ↓ (downward arrow) icon that "you cannot" remove.

Unless.... you include a little bit of custom code 😉

Discover in this tutorial how to hide this default icon, so you can add your own 100% customizable dropdown icon.

Custom code to hide the default icon of a Webflow select field

  1. Add an HTML embed code editor element
  2. Integrate the custom CSS code below into it
<style>
.w-select {    
  -webkit-appearance: none;    
  -moz-appearance: none;
}
</style>
Webflow select field with arrow icon
The ↓ icon is still present
Custom code to hide the arrow icon in a select field
The ↓ icon is no longer present

And there you have it! The default icon is now hidden ✅

You can now add a custom arrow, created "from scratch" using the designer interface of Webflow.

Florian Bodelot
Florian Bodelot
Co-founder

Suggested articles

Abstract glowing visual with yellow and orange gradients, featuring the text “AI & DESIGN 2025” in the center, suggesting a theme focused on artificial intelligence and design in 2025.
Documentation
AI

How AI is transforming the Designer’s Role in 2025 (and why you won't be replaced)

How AI is transforming the Designer’s Role in 2025 (and why you won't be replaced)
Screenshot of the Webflow Partner directory showcasing several agencies: Digidop, Finsweet, Flow Ninja, and Simon Lampert. The blue background features the Webflow Partner logo on the left, while partner cards display their status, starting price, awards, and preview of delivered websites.
Documentation
Webflow

The Webflow Partner Program

The Webflow Partner Program
Agentic AI vs. Generative AI
Documentation
AI

Agentic AI vs. Generative AI: Key Differences and Real-World Applications

Agentic AI vs. Generative AI: Key Differences and Real-World Applications

Want to turn your website into your most valuable asset?

Contact us today