Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • sbbritt Friend
    #172209

    Hi

    I am trying to change the font size for the body of my articles. It is too small.

    So far I have changed the JA Teline IV/templates/css/template.css to:

    /* Article —*/
    .blog-featured .article-content,
    .blog .article-content { font-size: 100%; }

    .item-page .article-content {
    font-family: Georgia, Cambria, “Times New Roman”, Times, serif;
    font-size: 300%;
    }

    .item-page.ja-telineiv-blog {
    position: relative;
    }

    Cleaned cache
    No change upon refresh of page.

    I went to the article in the backend, opened, saved, cleaned the cache, still no change upon refresh.

    What am I missing?
    Does this change in the code only effect new article created? (This is why I opened and saved the article again).

    Any suggestions would be helpful.

    Thanks
    Susan

    gray Friend
    #431450

    If you want to increase font of the all text inside main content area on the front page add to existing style declaration .items-row .item in template.css
    .items-row .item {
    …….
    font-size:120%;
    }

    sbbritt Friend
    #431452

    <em>@gray 291531 wrote:</em><blockquote>If you want to increase font of the all text inside main content area on the front page add to existing style declaration .items-row .item in template.css
    .items-row .item {
    …….
    font-size:120%;
    }</blockquote>

    How exactly? The way I did it did not work. Thanks Susan

    gray Friend
    #431460

    You added font-size:120%; and it didn’t work (cache cleaned)?
    Do you have your site online? If yes, give the URL and switch on “Developing Mode” in template configs.

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  gray 12 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum