Home Forums Themes Support Gecko Font in header

Topic Resolution: Resolved
Viewing 3 reply threads
  • Author
    Posts
    • #17012

      Is it possible for me to change te font in the header?

      For every header? Not changing the font on the whole site, just in the header?

    • #17028

      Hi,

      Please use the custom CSS code below (Add it Theme Options / General Layout / Custom CSS style)
      .page-head p { font-family: "your_font_name"; }

      Cheers,
      Foster

    • #17041

      Hi Foster,

      The font is still in italic. Is there a way to make the font regular in stead of italic?

    • #17043

      .page-head p {
      font-family: ‘Open Sans’, sans-serif;
      font-style: normal;
      }

Viewing 3 reply threads

You must be logged in to reply to this topic.