Before you ask please READ THIS

Font size in blog entry

edited February 2012 in Airborn Posts: 10
Hi,
i have spent hours :( to find about changing default font size in blog entry.
Can you please help me change the default font size in blog entry.

please see attached screenshots

Comments

  • AirAir
    Posts: 10,970
    If you know CSS, and use Firefox then try firebug http://getfirebug.com/
    then it would take you 5 minutes to find out ;-) If you use other non IE browser tap F12 and you should get other helpful tool.

    About first picture, edit /wp-content/themes/airborn/style-def.css line ~456

    .news .newsM {
    float: left;
    font-size: 15px; /* add this and set your size ;-) */
    padding: 0 0 0 20px;
    width: 393px;
    }
    Second picture, edit /wp-content/themes/airborn/style-def.css line ~514 & ~517:

    body .blog .blogDate, .textContent .blogDate {
    font-size: 15px;
    padding: 0 0 10px;
    }

    body .blog .blogText {
    font-size: 15px;
    padding: 0;
    }
    With regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion