Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • proterra Friend
    #156302

    Know that I can change the font-size in the template configuration (profile), but than I change the font-size from the whole site. I´am only want change the font-size of the content in the article.

    Found the css specification: class=”article-content”, but is only one file (template.css) which include this tag, but there I can´t change the size.

    Where must I change that.

    proterra Friend
    #363043

    5 days and no help?

    waleed alshare Friend
    #363536

    1- open your template.css file.
    2- add the following:
    .article-content p{font-size: 18px !important;}

    3- change the font size value to any value you want.

    proterra Friend
    #365297

    On my site it didn´t runs. On which position I must integrate this line?

    Sherlock Friend
    #365419

    Dear proterra,

    It is strange that it did not work for you, can you post your url here for checking ?

    proterra Friend
    #365611
    Sherlock Friend
    #365683

    Dear proterra,

    You can open the file of plugins/system/jat3/base-themes/default/css/template.css,looking for this css
    .article-content {
    overflow:hidden;
    }
    adding the font-size value in here,For example
    .article-content {
    overflow:hidden;
    font-size:20px;
    }

    proterra Friend
    #365915

    No that dind´t solve the problem.

    Solve it, if I integrate the css-code without “p”

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

This topic contains 8 replies, has 3 voices, and was last updated by  proterra 13 years, 11 months ago.

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