Viewing 8 replies - 1 through 8 (of 8 total)
  • Mostly you can do this under: Appearance >> Theme Options. But if you can’t see it there, you need to edit the css.

    If you could paste your website url here, we would be able to provide you specific solution.

    Cheers!

    Hello,
    I use Justwrite theme and I have same problem.
    How to change font size ?

    Title and text size.
    I think h2 class is post title class ?

    My URL is : https://www.altoparlante.info/
    Thanks for quick help … i’m stuck since 2 monthes ??

    in your custom css file
    /* title */
    .post-template-1 .title, .single-template-1 .title {
    font-size: 26px; /* change the font size to your liking */
    }

    /* Paragraph */

    .post-template-1 p {
    font-size: 20px; /* change the font size to your liking */
    }

    hope this helps

    Thanks but …
    not working …

    I’ve tried 11px in font-size but no change

    Hey dfaktory I checked your site https://www.altoparlante.info/ and you did indeed get the font size much smaller. I am trying to do the same in justwrite using a child custom style.CSS but haven’t succeeded yet. It seems easy to change the actual system font but not the posting and page content size. I tried modifying the .post-template-p but it just ignored it. I did use the child theme and did reference the justwrite css as above also. Can you get back to me on how you managed to pull it off.

    Theme Author acosmin

    (@acosmin)

    .single-template-1 .single-content { font-size: 14px !important; }
    .post-template-1 p, .single-template-1 .single-content { font-size: 14px !important; }

    Thanks that’s pretty much what I found using Firebug except for the !important option which I will check. I also picked 14 as my font size it looks much better, thanks.

    Is there also an adjustment for the Feature and Slider image sizing ?.

    Theme Author acosmin

    (@acosmin)

    Unfortunately not. It will break the design.

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