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.