Only Display the Jumbo Headline on Your Home Page

If you would like your jumbo headline to only appear on the home page, just add this to the Custom CSS editor:

.home-jumbotron {
   display: none;
}

.home .home-jumbotron {
   display: block;
}