• I’m not sure the best place to post, as this may have been designed with intention, rather than a “bug”… if that’s the case, I’m here seeking understanding.

    I noticed that on blog pages, and single pages, that the styles for plain “h1” tags are set at a larger size than those specifically for post titles.

    Example CSS from the Twenty Seventeen style.css:

    /* line ~3142, for the 30em+ breakpoint... */
    h1 {
    	font-size: 30px;
    	font-size: 1.875rem;
    }
    /* line ~3718, 48em+ breakpoint... so both rules apply */ 
    .single-post .entry-title, .page .entry-title {
    	font-size: 26px;
    	font-size: 1.625rem;
    }

    This seems strange to me, and one of our designers as well.

    Is this on purpose? If yes, can you help me understand?

    …or should I file a bug/PR? Happy to.

    • This topic was modified 7 years, 10 months ago by tommygeorge. Reason: formatting
  • The topic ‘Post Title headings smaller than headings in post content?’ is closed to new replies.