Skip to main content

Italic Headline

How do we edit our headline to make it italic? It is currently bold, and I know how to change the weight, but because font-style is not already in the theme, I can't seem to add it in correctly.

Official response from

There are a number of ways you can do this, one of which is to browse to your theme.scss file and click the Default button. In your cloned theme style window (Cascade in your case) you'll see all the headline tags (h1, h2, h3, h4) are scoped under the #body tag. So as an example, to make all h2 headlines italicized, click Current to go back to your current theme.scss file, and add this to the bottom:

#body {
  h2 { font-style: italic; } }

Share this post

Showing 4 reactions

How would you tag this suggestion?
Please check your e-mail for a link to activate your account.