-1

I am using the bootstrap select drop down and I want to put some shadow on option list.

<select class="form-control nxreg-sign-up-country custom-form-control>
   <option>Please</option>
   <option value="AF">Afghanistan</option>
   <option value="AX">Aland Islands</option>
   <option value="AL">Albania</option>
   <option value="DZ">Algeria</option>
   <option value="AS">American Samoa</option>

IVYSTREET
  • 3
  • 2

1 Answers1

0

You cannot style default dropdown from <select> tag, as the styling is handled by the user's OS.

Try using bootstrap select library https://developer.snapappointments.com/bootstrap-select/examples/
It will replace the default dropdown with element which you can style.