• Hey guys,

    this is the code in my style.css for content –

    /* =Content
    ————————————————————– */

    #main {
    padding:54px 0;
    }
    #content {
    }
    .hentry {
    margin:9px 0 0 0;
    padding:44px 1px 36px 1px;
    border-top:1px solid #e0e0e0;
    }
    .p1 {
    margin:0;
    padding:0 0 36px 0;
    border:none;
    }
    .page-title {
    font-size:14px;
    font-weight:bold;
    padding:18px 0;
    }
    .page-title span {
    font-size:12px;
    font-weight:normal;
    font-style:italic;
    }
    .entry-title {
    font-size:24px;
    line-height:26px;
    padding:8px 0 2px 0;
    font-weight:bold;
    color:#3B86C7;
    }
    .entry-title a {
    text-decoration:none;
    color:#3B86C7;
    }
    .entry-meta {
    font-size:12px;
    font-weight:bold;
    color:#3B86C7;
    }
    .entry-meta a {
    color:#3B86C7;
    font-style:normal;
    font-weight:bold;
    }
    .entry-meta a:hover {
    }
    .entry-meta .author {
    }
    .entry-meta .meta-sep {
    }
    .entry-meta abbr {
    }
    .entry-content {
    margin:18px 0 0 0;
    overflow:hidden;
    }
    .entry-content h1, .entry-content h2 {
    font-size:18px;
    font-weight:bold;
    margin:0 0 18px 0;
    padding:18px 0 0 0;
    }
    .entry-content h3 {
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:1px;
    margin:0 0 18px 0;
    padding:18px 0 0 0;
    }
    .entry-content h4 {
    font-weight:bold;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:1px;
    }
    .entry-content h5 {
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:1px;
    }
    .entry-content h6 {
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
    }
    .entry-content ul {
    list-style:square;
    margin:0 0 18px 1.5em;
    }
    .entry-content dl {
    margin:0 1.5em;
    }
    .entry-content dt {
    font-weight:bold;
    }
    .entry-content dd {
    margin:0 0 18px 0;
    }
    .entry-content abbr, .entry-content acronym, .entry-content .help {
    border-bottom: 1px dotted #333;
    cursor: help;
    }
    .content-column, .entry-content .linkcat {
    list-style:none;
    float:left;
    }
    .more-link {
    font-weight:bold;
    font-style:italic;
    display:block;
    }
    .page-link {
    margin:0 0 18px 0;
    }
    .page .edit-link {
    float:left;
    clear:both;
    }
    .entry-utility {
    font-size:11px;
    font-weight:bold;
    color:#3B86C7;
    }
    .entry-utility a {
    font-style:italic;
    font-weight:bold;
    color:#3B86C7;
    }
    .entry-utility a:hover {
    }
    .comments-link a {
    font-weight:bold;
    color:#2772B3;
    }

    I would like to change the font within the posts – what parameter should I change to do that?

    Pls let me know,
    Thank you!
    TCT

Viewing 2 replies - 1 through 2 (of 2 total)
  • It’s not possible to tell just by looking at the CSS.

    You have to look at the HTML and see what class the post is using.
    Is our site published?

    Are you using IE 7? In that case you can download th IE Developer Bar. With that you can easilly see what classes the different parts of your page uses.

    Thread Starter 800545

    I figured it out ?? I have to go into edit –> html and make specific size/font/color declarations to change the size/font/color of the text within my posts

    Thanks spstieng

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change size of font within posts’ is closed to new replies.