For a custom framework like Bootstrap select https://silviomoreto.github.io/bootstrap-select/ how do I change the border color of a select box in Javascript?
I tried th
Select number 1 2
You can override the CSS
.bootstrap-select{ border: 1px solid red //sample }
Hope this helps
Update: By using JavaScript, this can be done as shown below (considering all required JS file as added already)