Increase size Site Title – Twenty Twelve

  • Unknown's avatar

    Hi, I have read many forum trails and cannot find the proper method for increasing the size of the site title for the twently twelve theme.

    I am currently using this in the CSS customizer to change the font color:

    .site-header h1 a, .site-header h2 a {
    color: #20B2AA;
    display: inline-block;
    text-decoration: none;
    }

    Any help would be much appreciated.

    The blog I need help with is: (visible only to logged in users)

  • Please add the following attribute as well to the CSS you have:

    font-size:34px;

    so your full CSS will be:

    .site-header h1 a, .site-header h2 a {
    color: #20B2AA;
    display: inline-block;
    text-decoration: none;
    font-size:34px;
    }

    34px is the current font size. Increase it to the size you wish.

  • The topic ‘Increase size Site Title – Twenty Twelve’ is closed to new replies.