Viewing 3 replies - 1 through 3 (of 3 total)
  • on the ‘good’ page – the word TILT is an ‘h1.entry-title’ css;
    on the front page it is ‘h2.entry-title’

    you probably could edit the template that displays the front page ( normally index.php ) and change the <h2 class="entry-title sIFR-replaced"> to <h1 class="entry-title sIFR-replaced">

    (the ‘sIFR-replaced’ might come from the plugin and might not be directly in your template)

    Thread Starter kissesan

    (@kissesan)

    Thank you ??

    I’ve tried locating the portion you highlighted and I cannot find it anywhere in the editor. I found this in the fontburner pluging:

    .sIFR-active h1 {
    line-height: 1.2em;
    font-size: 16px;
    visibility: hidden;
    }
    .sIFR-active h2 {
    line-height: 1.2em;
    font-size: 15px;
    visibility: hidden;
    }
    .sIFR-active h3 {
    line-height: 1.2em;
    font-size: 14px;
    visibility: hidden;
    }
    .sIFR-active h4 {
    line-height: 1.2em;
    font-size: 13px;
    visibility: hidden;
    }

    This is maddening. I am using the 2010 Weaver theme if that helps at all.

    Thread Starter kissesan

    (@kissesan)

    I sniffed around a bit more and found a similar section, made the suggested correction and it seems to have done the trick! Thank you for saving my sanity!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘home page fonts different from individual posts’ is closed to new replies.