Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #962539

    I want to use the same font size (16px) for all my content. But the blog posts on my site use a larger font size, what can I do?

    You’ll see the difference when you look at the private links below.

    Best regards,
    Thomas

    • This topic was modified 6 years, 6 months ago by Thomas.
    #962637

    Hey Thomas,
    Please try this code in your WordPress > Customize > Additional CSS:

    p {font-size: 16px !important;}

    Best regards,
    Mike

    #962680

    Great, that works. However, when I move that code line from the CSS field to my child theme’s CSS file, the blog font size is larger again. Do you have an idea why that is?

    I included FTP credentials below so that you can edit the child theme directly, if necessary.

    Best regards,
    Thomas

    #962863

    Hi,
    Thanks for the login, but in this case please try re-building your merged styles, to do this enter a blank space in the Quick CSS to enable the “Save all changes” button, then save.
    I suggested WordPress > Customize > Additional CSS because you are fighting with the built-in p styles. Normally p is a little too general but I have found it will work well in the WordPress field.

    Best regards,
    Mike

    #962900

    Hello Mike, thank you! Now it works.

    Best regards,
    Thomas

    #963759

    Hi Thomas,

    Great, glad we you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #963782

    Hi Rikard,
    you can close this topic.

    Best regards,
    Thomas

    #963828

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Font size in blog posts is larger than on other pages’ is closed to new replies.