Forum Replies Created

Viewing 1 replies (of 1 total)
  • Strange.
    I’m using the same Theme (Freshy-10) and I’m trying to find the CSS entry to change the post’s font (currently Verdana) and the font size (currently size=11).

    The code in index.php reads:
    <div class="entry">

    <?php the_content('<span class="readmore">'.__('Read the rest of this entry &raquo;',TEMPLATE_DOMAIN).'</span>'); ?>

    </div>

    But the source code in my IE reads:
    <div class="entry">
    <span style="font-size: 11pt; font-family: Verdana">...the text of my post...

    Any ideas anyone?

Viewing 1 replies (of 1 total)