• Hi! I love the look of Tonic and hope it will work for my site. I’d just like to decrease the font size on the Jumbo Headline. What is the easiest way to do that?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You need to modify the CSS. This is what controls the size:

    .jumbotron h1 {
       font-size: 100px;
    }

    If you have created a child theme (best approach), just add that to the new style.css file and change the number. If not, add it to the bottom of the themes current stylesheet but be warned that any update to the theme will erase your changes. (That’s why a child theme is a better idea.)

    I tried to change the font size by modifying the CSS, but it does not work.

    Why?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I resize the Jumbo Headline?’ is closed to new replies.