Topic: Change color of down arrow select
Expected behavior
Hi, I would like to change the color of the arrow down
Actual behavior
It's actually blue
Resources (screenshots, code snippets etc.)

                                                    
                                                    Michał Duszak
                                             staff                                             answered 4 years ago                                        
Use these CSS.
.select-input~.select-arrow {
  color: #ffaabb;
}
.select-input.focused~.select-arrow {
  color: #cceedd;
}
                                                                                    AntoSky_ pro premium priority commented 4 years ago
It's not working. With the "!important" label, and without this.
                                                    
                                                    AntoSky_
                                             pro  premium  priority                                             answered 4 years ago                                        
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Resolved
- User: Pro
 - Premium support: Yes
 - Technology: MDB Standard
 - MDB Version: MDB5 3.11.0
 - Device: COMPUTER
 - Browser: CHROME
 - OS: MACOS
 - Provided sample code: No
 - Provided link: No