Viewing 3 replies - 1 through 3 (of 3 total)
  • I am having the same problem for 3 weeks now ??

    Thread Starter props666999

    (@props666999)

    i think i have found a way to edit the text size.

    line 295 style.css

    textarea {
    color: #1a1a1a;
    font-family: Merriweather, Georgia, serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;

    if you change the value of 16 to take effect you need to remove the font-size: 1rem;

    to read more about rem go here
    https://www.w3schools.com/cssref/css_units.asp

    its says ” rem Relative to font-size of the root element “

    i do not know what the root element is though

    thank you

    Hi,

    1 em is = 16pxs

    text area is the box in a form where you enter text.

    If you are referring to the “Sample Page” text, this is an h1 tag

    and can be changed like this

    h1 {font-size: 30px;} changing the font-size to whatever value you wish.

    Hope this helps ??

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