• I used WordPress for my website: http://www.aktranslation.co.nz. I would like to change to a smaller size for my following long title:

    “Auckland Translations Ltd: Language Translation Services in New Zealand – Chinese, German, Malay, French, …”

    so that it can be fit in two lines.

    Could someone tell me how I can do this? thank you very much in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • look in your stylesheet (style.css) for where it says:

    #header h1#title {
        font-family: "Times New Roman",Times,serif;
        font-size: 40px;

    Change 40px to a lower number.

    HTH,
    John

    What John said.

    If going through the WP editor go: Appearance=>Editor=>Style.css

    Or go through FTP (which is probably easier).

    httpdocs=>wp-content=>themes=>le-mag=>style.css

    The bit of code you want is on line 26:

    #header h1#title{font-family:"Times New Roman",Times,serif;font-size:40px;padding:25px 0 0 15px;text-transform:capitalize;}

    Just adjust the size:40px to what you want it to be. You could shift it away from Times New Roman as well, if you like 🙂

    Mark

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How do I change title size?’ is closed to new replies.