test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • netwave2 Friend
    #137827

    In JA News, do we have control over font sizes? For instance if I have 1 intro article and 2 link articles, the intro title, the intro text and the linked articles, all 3 have different font sizes. Is there some css to control this if not in the module interface itself?

    or is this custom work?

    Thanks in advance.

    Anonymous Moderator
    #289813

    Hi netwave2,

    Please open file templates/ja_rutile/css/ja.news.css:

    + For the intro title, at about line 39, find following code:

    div.jazin-section {
    display:block;
    margin-bottom:2px;
    }

    and change to:

    div.jazin-section {
    display:block;
    margin-bottom:2px;
    font-size: 120%;
    }

    + For the intro text , add following code section at the end of file:

    div.jazin-content {
    font-size: 100%;
    }

    + For the linked articles, at about line 72, find following code:

    ul.jazin-links {
    font-size:92%;
    margin:0;
    padding:0;
    }

    You can change the font-size attribute to your requirement.

    Hope it helps.

    netwave2 Friend
    #290560

    Thank you for your solution. That did the trick!

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

This topic contains 3 replies, has 2 voices, and was last updated by  netwave2 15 years, 9 months ago.

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