On my index page, I want the h1 text color to be white and comes with shadow, but I don\'t want to change the default behavior the h1 on other pages. How can I achieve this?
In addition to @Connor Leech's answer.
If you want to create a new custom typography type of your own, define the following in your css file.
.text-foo { .text-emphasis-variant(#FFFFFF); }
The mixin text-emphasis-variant is defined in Bootstrap's mixins.less file.
text-emphasis-variant
mixins.less