Bootstrap change icon size and color : Sometimes we need to change the color and size of icons in twitter bootstrap. You can change the icon color by overriding the default css or you can add your own css. Here in this tutorial we are going to explain how to change the icon color and size in twitter bootstrap with example and demo.
Bootstrap change icon size and color
Here is an example to change the default icon color and size to the custom color as below-
Now add this css to the icon. Thus you can add your own color to the bootstrap icons.
If you run the above example it produce the following output-
More Examples
Let’s have look over more example and demo here.
Bootstrap change icon size
Here is an example to change the default icon size to the customized size –
Now add this css to the icon. This will change the icon size to the given size.
If you run the above example it will produce output like this –