Hi markus,
<blockquote>I’m having trouble changing the font-size of the main menu</blockquote>
You can open templatesja_zitecssmenumega.css, then put below codes into the end of file:
/*Change main menu font-size*/
#ja-megamenu li.mega a {
font-size: 12px;
}
Chang with your font-size.
<blockquote>where i can change the font-size of the moduletables (our clients, our sponsors..).</blockquote>
You need to open /templates/ja_zite/css/template.css, then find lines:L
#ja-topsl div.ja-moduletable h3,
#ja-topsl1 div.ja-moduletable h3,
#ja-botsl div.ja-moduletable h3,
#ja-botsl2 div.ja-moduletable h3,
#ja-botsl3 div.ja-moduletable h3,
#ja-botsl4 div.ja-moduletable h3 {
background: url(../images/title-bg.png) no-repeat center bottom;
border-bottom: 0;
color: #222
font-family: 'NovecentowideUltraLightBold';
font-size: 225%;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 20px;
text-align: center;
text-transform: uppercase;
}
Change with your font-size of the module title.
* Remember to clear JAT3 cache after saving changes.