• jhorautio

    (@jhorautio)


    Hello,
    I. need help…
    How do I get the articles headers and body text reduced?

    I try put in headers example <h4></h>, but this make broblem.
    And in try put <font size=”3″></font>

    My site is omawiki.fi

Viewing 3 replies - 1 through 3 (of 3 total)
  • Allison Tarr

    (@allisonplus)

    Do you have any experience with CSS?

    If you’re not using a Child Theme, and if the theme doesn’t have a designated section of the dashboard for CSS modifications then do the following:

    Your CSS code should be something like:

    h4 {
    font-size: 15px;
    }

    (or whatever you’d like the font-size to be.

    Thread Starter jhorautio

    (@jhorautio)

    Thanks for your reply.

    I install Custom CSS manager and put this CCS code:
    h1 {
    font-size: 22px;
    }

    The Article headers is now Okay and I can modify it if needed.

    Next questions is how to get the article body text smaller?

    Thanks…

    Allison Tarr

    (@allisonplus)

    You would have to find the correct selector (ie: article or whatever the tag is that you want to change the styling on) & repeat something simliar from above, but using the smaller font-size you’d prefer.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How do I get the articles headers and body text reduced?’ is closed to new replies.