Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #12612
    klhaight
    Participant

    I would like to make my page titles a little larger on my blog. Any help would be appreciated.

    Thanks.

    http://www.chatfieldcourt.com (sorry I can’t link, this site won’t let me get back to my post once I link).

    #12636
    Sakin
    Keymaster

    @klhaight: You can add the following css in “Appearance => Theme Options => Custom CSS” box to increase the heading size. But be careful about responsive design.
    .hentry h1 { font-size: 32px; }

    #12649
    klhaight
    Participant

    It made the post titles bigger, not the pages titles bigger. I am looking to change “home…about…contact…disclosure”.

    Thanks Sakin.

    #12689
    Sakin
    Keymaster

    @klhaight: Yes that should work for page title as well. Are you talking about the menu items. If you want to change the font size of menu item then add the following css.
    #branding ul.menu { font-size: 16px; }

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Page Titles’ is closed to new replies.