Skip to main content
Hezy A
Inspiring
December 18, 2018
Answered

Font of Footer in HTML5 Help

  • December 18, 2018
  • 2 replies
  • 544 views

Frame 2017

Creating HTML5 help

I added a copyright footer for the help pages using the HTML Template file

The footer is in a Times New Roman font.

Where can  I change the font?

I looked in the CSS but did not see where

Thanks

    This topic is closed to new replies. Start a new post to keep the conversation going.
    Correct answer Eleonore Bdoc

    In the CSS your HTML Template uses (indicated at the beginning of your HTML Template file), there should be a tag named pt_footer with paramaters such as font-family.

    2 replies

    Eleonore Bdoc
    Eleonore BdocCorrect answer
    Inspiring
    December 26, 2018

    In the CSS your HTML Template uses (indicated at the beginning of your HTML Template file), there should be a tag named pt_footer with paramaters such as font-family.

    Hezy A
    Hezy AAuthor
    Inspiring
    December 27, 2018

    Wow

    It worked

    I had missed it the first time as the pt_footer tag did not have the font-family parameter.

    So I copied that row from a different section of the file and then it worked.

    Thanks