Hello,
I’m trying to find where I can change the font size etc. information of the main navigation menu text on the very top of the template because it is too small.
I see that you can change the size in the template configuration on the backend control panel, but changing that would change everything. I want control over each portion.
I already found where to find the right column menu;
ul.menu li a {
background: url(../images/mainlevel-bg.gif) no-repeat left center;
color: #303030;
display: block;
float: left;
font-weight: bold;
margin: 0;
outline: none;
padding: 0 0 0 10px;
text-decoration: none;
font-size: 92%;
and the left bottom page title;
#ja-menu-title {
background: #6A7818;
padding: 10px;
font-size: 120%;
color: #FFFFFF;
text-align: right;
text-transform: uppercase;
font-weight: bold;
}
Also, I would need to know where to change the information on the page title in the center article.
Thank you very much in advance for any help!