• Resolved edalves

    (@edalves)


    Hello.
    I found this beautiful theme, but the font size of the article (content) is small.
    How to raise it to the Internet user a better view?
    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Shaped Pixels

    (@shaped-pixels)

    Thanks for the theme comment ??
    This theme currently does not have a font size adjustment, but will consider adding a setting for this in the next update, as well for the pro version.

    However, I know that does not help you right now, so you have the following options:

    Option 1: If you use Jetpack, you can edit the theme’s stylesheet from the “Edit CSS” under the Appearance Menu by adding the CSS code you see further below….

    Option 2: If you are not using Jetpack, you can install a plugin called Simple Custom CSS, and then you can also use the CSS code I gave you below.

    Option 3: If you use a child theme, you can edit the child theme’s stylesheet…again with the code below.

    The theme’s CSS for the font size in the “content area” is this:

    #page {
      font-size: 0.813rem;
    }

    To make it bigger for the content, this would be your custom CSS:

    #page {
      font-size: 0.875rem;
    }

    To find out what 0.875rem; is in pixels (which is 14px), you can find out from the link below, but you can make your font size whatever you wish. I would recommend using the rem value and not px (pixel).

    PX to EM

    Thread Starter edalves

    (@edalves)

    Boy. You fell from heaven.
    I am beginner and was looking for another template, just because of the font size.
    This template is great and I was distressed at having to look for another.
    With your help, I did exactly what I wanted.

    Thank you very much.

    Big hug.

    Obs .: I do not speak English, I am Brazilian and I’m using google translator.

    Theme Author Shaped Pixels

    (@shaped-pixels)

    I am happy to hear things worked out.

    I made a note to add a new feature to include theme settings for font sizes when I do an update for the theme.

    Cheers ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘tamanho da fonte’ is closed to new replies.