How to change H1 on post/pages?

Homepage Community Forums Epik Theme Support How to change H1 on post/pages?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #16896
    Thomas
    Customer

      I want to use a Google font.

      I tried:

      h1 {
      color: #333;
      font-family: ‘Oswald’, ‘Open Sans’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
      font-weight: 600;
      line-height: 1.5;
      margin: 0;
      margin-bottom: 16px;
      padding: 0;
      }

      (And I am using Genesis Simple Customizations plugin to add a google font.)

      #16933
      Jason M
      Customer

        You could just add it in manually by adjusting it in the functions file first, and then adjusting them in your style.css file. That’s how most dev’s do it, but I can understand if you don’t want to touch the code.

        Here is a quick tutorial – http://my.studiopress.com/tutorials/load-google-fonts/ …there are plenty more if you need, just do a Google search.

        You can also go to the Google Web Fonts site so you can not only get the import code, but you can also get the proper CSS code you’ll need to add to your style.css file.

        If the plugin you’re using isn’t working, then I’d just add it in manually. You do have to add the code in manually, but you don’t need to know code in order to do it. It’s simply copy/paste…..Actually it’s copy/REPLACE I can help if you need assistance.

        EDIT: I thought you were using a plugin that is specifically for Google Fonts, my mistake. You should still be able to use that plugin to add customizations. Do you have a link to your site? That would help me figure out what’s missing to get it working.

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.