• Resolved ntiel

    (@ntiel)


    Hi !
    I use the twenty twenty theme.

    I have used a plug-in to change the font of the content (google fonts to wordpress). I only wanted to change the content font (paragraph), not the titles.

    It did change the font BUT it is now too big. How can I change the size of the paragraph font for all pages ?

    Thank you

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Felipe Santos

    (@foosantos)

    Hi there,

    If your goal is to change the font size for paragraphs, an option would be using CSS to do that. Have you considered it?

    You can go to WP Admin > Appearance > Customize > Additional CSS, then add something like that (you can change the 12px to whatever you want):

    p {
        font-size: 12px;
    }

    Apart from that, if you use one of the new WordPress default themes (like Twenty Twenty-Three), you would be able to edit this directly from the Site Editor without using any code, so I highly recommend you to change your theme.

    Thread Starter ntiel

    (@ntiel)

    Thank you !

    Thread Starter ntiel

    (@ntiel)

    Thank you so much ! It worked just fine, even too much ! I will have to find the proper size.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Twenty twenty : change font size’ is closed to new replies.