S
S
SokolovArtur2016-07-17 19:16:51
css
SokolovArtur, 2016-07-17 19:16:51

How to change select icon in Bootstrap?

Bootstrap has an arrow on the right side of the select tag. How can it be changed? For example, replace it with another picture?
1dbfb67d9b3f4e95903b7a155b13faa0.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
DevRev, 2016-07-17
@SokolovArtur

select {
-webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

And then position the desired icon as the background.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question