Viewing 7 replies - 1 through 7 (of 7 total)
  • Dustin Hartzler

    (@dustinhartzler)

    Automattic Happiness Engineer

    In your style.css file, you need to remove the ‘font-size: 36px’ from the following code on line 1137

    .singular .entry-title {
    color: #000;
    font-size: 36px;
    font-weight: bold;
    line-height: 48px;
    }
    Thread Starter drdesidran

    (@drdesidran)

    Thank you very, very much!

    That worked a charm, as my Brit friends say.

    By the way, how do you ‘turn on/off’ line numbers?

    Thread Starter drdesidran

    (@drdesidran)

    Oops, now it looks like our ‘<– Previous and Next –> got real big. See:

    Where is the size for this set?

    Dustin Hartzler

    (@dustinhartzler)

    Automattic Happiness Engineer

    Looks like that’s in the class

    #content nav a { }

    Thread Starter drdesidran

    (@drdesidran)

    That appears to put it in the same class as the headline

    #content nav a {
    	color:black;
    	font-name: Goudy Bookletter 1911, serif;
    	font-size: 52px;
    	font-weight: bold;
     	text-shadow: 2px 2px 2px #777;
    	line-height: 2.2em;
    }

    How (and where) would I change it so <– Previous Next –> Would be h2 or something else?

    Dustin Hartzler

    (@dustinhartzler)

    Automattic Happiness Engineer

    If you change the font-size: 52px to something smaller (like 28px), the links will get smaller. This is in the style.css file as well.

    Thread Starter drdesidran

    (@drdesidran)

    Thanks, again!

    That, too, worked a charm. I thought it would mess with the headlines, but it didn’t.

    Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Single post headline right font wrong size’ is closed to new replies.