• Resolved anitasavio

    (@anitasavio)


    What code do I need to change in which of the css files (style.css or editor-style.css) to change the font size of my entries on my pages?

Viewing 10 replies - 1 through 10 (of 10 total)
  • Moderator t-p

    (@t-p)

    Try style.css

    Thread Starter anitasavio

    (@anitasavio)

    .entry-content sup,
    .entry-content sub {
    font-size: 8 px;
    }
    I changed font-size from 10 px to 8 px, and that changed the text to a different font altogether that is, indeed, smaller.

    Thread Starter anitasavio

    (@anitasavio)

    Something got cut out of that last post. But basically, thank you!

    Moderator t-p

    (@t-p)

    without the site URL, it really difficult to visualize what you are referring to.

    I changed font-size from 10 px to 8 px, and that changed the text to a different font altogether that is, indeed, smaller

    8px is pretty small font-size.

    Thread Starter anitasavio

    (@anitasavio)

    Here’s the url: https://saviophotography.com/night-visions/ You can see that the font is not all that small. (It looks to me like it might be a Times New Roman 12 pt.)

    Moderator t-p

    (@t-p)

    I just viewed your site in FF and IE8, and the font-size in entries (posts) looks very normal to me.

    Unless you are specifically referring to something else.

    Make sure to clear cache in browser before viewing a updated / modified page.

    Thread Starter anitasavio

    (@anitasavio)

    Here’s some more info: When I look at the source code for the page I see that my text entry is enclosed in <div class=”entry-content”>my text<</div><!– .entry-content –>. So I looked in the styles.css file and did not recognize any <div> tags — with my still very limited knowledge of html — but I did see various .entry-content tags, one of which specified font-size, and so that’s the one I changed. Don’t know if that was the correct way to do it. Or if there is a better way.

    Moderator t-p

    (@t-p)

    As I observed in my previous post, all seems to look pretty normal on your site.

    Now, please tell me what SPECIFICALLY you would like to have changed on your site? Please point me to that specific item.

    Thread Starter anitasavio

    (@anitasavio)

    Sorry, there’s been a misunderstanding. My site is fine now. The font size was too large BEFORE I made that change in the code. A thousand thanks for your help! Yours truly.

    Moderator t-p

    (@t-p)

    You are welcome!

    Please mark this thread “resolved” using the dropdown menu in the right panel.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Twenty-ten: How do i change text size for my entries in pages?’ is closed to new replies.