Font Size, Page Title and Headings

  • Author
    Posts
  • #13306
    Brian Siano

    One of the odd things about many WordPress themes is that the font size for the Page Title is, frequently, smaller than the font sizes set for the headings in the text. If I format any text with Heading 1, it’s substantially larger than the title of the page, and I’d like to change that.

    Where, in the Parabola CSS style sheet, can I change the font sizes for the page title, h1, h2, h3, etc.?

    #13308
    Jim

    Hi Brian

    I think the page/post title can be set within Parabola Text Settings and suspect below is the area of the stylesheet you may be seeking:

    #content .entry-content h1 { font-size: 22px; }
    #content .entry-content h2 { font-size: 28px; }
    #content .entry-content h3 { font-size: 24px; }
    #content .entry-content h4 { font-size: 20px; }
    #content .entry-content h5 { font-size: 16px; }
    #content .entry-content h6 { font-size: 12px; }

    I hope this helps

    Jim…

    #13331
    Jacek

    it doesn’t work wih this changes.

    my mdifikation:
    #content .entry-content h2 { font-size: 16px; }

    in page analisis I get thiscontent for example for h2:

    Style.css 73:
    #content .entry-content h2 {
    font-size: 16px;

    Inline: 93
    #content .entry-content h2 {
    font-size: 28px;

    #13334
    Brian Siano

    Jim: thanks, but I found those, tried changing the values, and nothing happened.

    #13342
    Jim

    Hi Brian

    I just did some further testing, I created a page with an h1,h2, h3 tags etc and published it. I then used Firebug to inspect each element. For the h1 tag I got the following:

    #content .entry-content h1 {
    font-size: 48px;
    }

    so I copied this code and pasted it into the custom CSS area within Parabola and saved, and changed the font size to 12px.

    Went back and refreshed the published page and the font size had changed to 12px

    As a double check I did try the h6 tag and changed that from 18px to 48px and that worked too, so it does appear to be the right area.

    I hope that helps.

    Jim…

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Font Size, Page Title and Headings’ is closed to new replies.