How to remove small caret from ion-select in ionic4
I want to remove the inbuilt grey small caret from ion-select , and use my custom caret(arrow) instead. Code: ion-select { color: grey; background:url("/assets/resources/img/ArrowDownConfig.svg") no-repeat 92% center !important; } But my css code is unable to precedence over the ionic(inbuilt). You can see there are two arrows in the image, one is inbuilt and another is custom. I want to remove inbuilt(ionic) one. I don't know how to fix, faced same problem, but it seems to be issue with DOM Shadow If you will find anything, let to know as well please, thanks. Update: Found some answer UPDATE