Answers for "how to change select option( background color in bootstrap)"

3

change bootstrap background color

<style type="text/css">
   body { background: navy !important; } /* Adding !important forces the browser to overwrite the default style applied by Bootstrap */
</style>
Posted by: Guest on July-25-2020

Code answers related to "how to change select option( background color in bootstrap)"

Browse Popular Code Answers by Language