26

I could not find hero-unit css class (present in bootstrap 2) in bootstrap 3. Are there any class similar to hero-unit in bootstrap 3 ?

1

3 Answers 3

50

it was renamed. Now use class="jumbotron"

1
  • 1
    And it seems to have been renamed or removed in the intervening 9 years.
    – Spacedman
    Commented Aug 1, 2022 at 8:38
5

Hero Unit is renamed to "Jumbotron".

Here is a link to the documentation: http://getbootstrap.com/components/#jumbotron

0

The "jumbotron" (formerly "hero-unit") class has been removed in Bootstrap 5 because you can create the effect with other classes.

There is a migration guide which points you to an example:

https://getbootstrap.com/docs/5.0/migration/#jumbotron

Not the answer you're looking for? Browse other questions tagged or ask your own question.