• Resolved Squirrel99

    (@squirrel99)


    Hello,

    How do I change the font size, font color and line spacing for the following:

    a) Posts (Only contents) – At the moment, when I edit the “font-size” in style.css under “body” it also changes the font size of the image’s caption/description which covers almost half the images. I do not want that. I only want to change the content’s font-size. How to do that? Can someone give me an example codes?

    b) Homepage’s Excerpt.

    Please help.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Tom

    (@edge22)

    Hi there,

    First, definitely don’t edit the core style.css file – you will lose your changes when you update.

    Instead, use a child theme or a plugin like this: https://www.ads-software.com/plugins/simple-custom-css/

    a)

    .entry-content {
          font-size: 17px;
    }

    b) The above should also change this.

    Let me know if this helps or not ??

    Theme Author Tom

    (@edge22)

    I’m going to go ahead and mark this as resolved – if you need further help just reply in here and I’ll re-open ??

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing Font Size, Font Colour, And Line Spacing Of Post's Content’ is closed to new replies.