Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #172393

    On one of my pages I would like to have the normal font a bit smaller, is it possible to write something in the beginning of that page to make the normal font a bit smaller?

    This is the page,

    http://hosted-wp.appli.se/blog/perago/?page_id=2329

    #172399

    Hey mikaelsv!

    You could try using CSS, add this code to the Quick CSS (Enfold > Styling):

    .page-id-2329 p {
    font-size: 12px !important;
    }

    That will change the font size of all the paragraphs in the page 2329.

    Cheers!
    Josue

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