Hi,
Ja News Featured
You find this code from /templates/ja_teline_iii/css/template.css
.contentheading, .componentheading, h1, h2, h3, h4, h5 {
font-family: Cambria,Times,serif; < change this line
font-weight: bold;
}
You find this code from /plugins/system/jat3/base-themes/default/css/template.css
.contentheading, .componentheading, h1, h2, h3, h4, h5 {
line-height: 1.2; < change this line
}
Ja-Tabs
You find this code from /plugins/content/ja_tabs/themes/teline_iii/style.css
.teline_iii .container .ja-tabs-title-top ul.ja-tabs-title li h3 {
font-family: Arial, sans-serif; < change this line
font-size: 92%;
font-weight: normal;
line-height: 26px;< change this line
margin: 0;
padding: 0 10px;
text-transform: uppercase;
color: #999;
border: none;
}
You find this code from /templates/ja_teline_iii/css/mod_jabulletin.css
div.ja-bulletin ul.ja-bulletin div {
line-height: 1.2; < change this line
font-family:...; < add this line
}