• Resolved JaneSP

    (@janesp)


    Hello all,

    I’m new to WordPress and am hoping that someone can help with a fairly basic question (I have searched the forum but haven’t found an answer).

    I am trying to change the font size for my posts from 14px to 12px. I have created a twenty twelve child theme, and then added the following, but nothing has changed:

    @import url(“../twentytwelve/style.css”);

    body {
    font-size: 12px;
    }

    Could anyone advise?

    Thanks!

    Jane

Viewing 9 replies - 1 through 9 (of 9 total)
  • sulaphen_mani

    (@sulaphen_mani)

    use the firebug and foind the actual class for post and change it in your css

    sulaphen_mani

    (@sulaphen_mani)

    <div class=”entry-content”>
    this is the class you r searching
    but the theme design is responsive you must need a support of designer

    Thread Starter JaneSP

    (@janesp)

    OK, thanks. I’ve looked at firebug but it talks about font-weight not size (?)

    Didn’t realise it would be so tricky, I’m thinking it might be easier just to change to another minimal type theme!

    WPyogi

    (@wpyogi)

    Try adding this to your child theme:

    .entry-content p, .entry-summary p, .comment-content p, .mu_register p {
        font-size: 100%;
    }

    change the percentage to what you want.

    Thread Starter JaneSP

    (@janesp)

    Thank you, that works ?? (but not in Safari for some odd reason).

    WPyogi

    (@wpyogi)

    Make sure you’ve cleared any caches in Safari?

    Thread Starter JaneSP

    (@janesp)

    Aha! Yes, that has done it. Thank you, your help much appreciated ??
    (and I have lots to learn now!)

    I have found this very helpful but it doesn’t change the font size of the unordered list items in my posts. I have tried to find the answer to change this as well but no succes so far. Can you please help me?

    Thanks.

    @mvn76: As per the Forum Welcome, please post your own topic. Posting in an existing topic prevents us from being able to track issues by topic. Added to which, your problem – despite any similarity in symptoms – is likely to be completely different.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Twenty twelve theme – how to change post font size’ is closed to new replies.