Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ajabbar

    (@ajabbar)

    Ok I figured out how to upload the original script by download the theme and copying and pasting the code.

    Thanks Kenso for showing me that ‘Inspect element’ tool. I’ve been able to make alot of cool customizable changes – i’m excited about this now.

    Hopefully I can figure out how to keep the font size bigger without doing it for every single page/post.

    Thread Starter ajabbar

    (@ajabbar)

    Thanks alot for your quick responses .
    @evan
    So I tried updating the headings code at the h5 and h6 level since they were set at 9 and 10, but that didn’t change anything:

    /* Headings */
    h1, h2, h3, h4, h5, h6 {
    margin: 1.25em 0 .5em;
    color: #222;
    font-weight: 800;
    font-family: “Yanone Kaffeesatz”, Arial, Helvetica, sans-serif;
    line-height: 1.2em;
    }
    h1 {
    font-size: 16px;
    font-size: 1.6rem;
    }
    h2 {
    font-size: 14px;
    font-size: 1.4rem;
    }
    h3 {
    font-size: 13px;
    font-size: 1.3rem;
    }
    h4 {
    font-size: 12px;
    font-size: 1.2rem;
    }
    h5 {
    font-size: 12px;
    font-size: 1.2rem;

    }
    h6 {
    font-size: 12px;
    font-size: 1.2rem;
    }

    @kenso

    I tried what you suggest for my pain page, but that section of font-size is crossed out? I tried increasing the font size but it would revert back to the original. I dont know if it is locked :
    ody {
    background-color: #FFFFFF;
    color: #000000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;

    Is there a way to upload the original script back to default?

Viewing 2 replies - 1 through 2 (of 2 total)