Custom Select Dropdown CSS Generator

Generate custom CSS select dropdown styles with live preview.

23.9Kuses
8.5/10(430)
8px
10px
14px

CSS Code

.select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.select {
  appearance: none;
  -webkit-appearance: none;
  background: #1a1a2e;
  color: #e0e0e0;
  border: 1px solid #333355;
  border-radius: 8px;
  padding: 10px 38px 10px 14px;
  font-size: 14px;
  width: 100%;
  outline: none;
  cursor: pointer;
  transition: border-color 0.2s ease;
}

.select:focus {
  border-color: #6366f1;
}

.select-wrapper::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #a0a0b0;
  pointer-events: none;
}

Recommended Products

Ad

Affiliate Disclosure: As an Amazon Associate, ToolBird earns from qualifying purchases. Links above are affiliate links — if you buy through them, we may earn a small commission at no extra cost to you.

Disclaimer: This tool is provided as-is for informational and educational purposes only.

ToolBird Assistant

Find the right tool instantly

Hey! I'm ToolBird Assistant. Tell me what you need and I'll find the right tool for you.