Changing Bootstrap Styles

When you want to change Bootstrap styles, you will want to create a new stylesheet rather than changing the bootstrap.css file Doing this in a new stylesheet is recommended for several reasons:

The reference to the new stylesheet must occur after the reference to the standard Bootstrap CSS file so that the new stylesheet overrides styles in the standard Bootstrap file where there is a conflict.

Revised: November 15, 2016