dear kriesi…something easy for you of course..:-)
how i change the fonts of the main menu or size??
KInd regards, xrisxal2000
Hi,
You can change it like this, just chose whatever font you want, as I used times new roman
#menu-main-menu {
font-family:"Times New Roman",Georgia,Serif;
}
.header_color .main_menu ul:first-child >li > ul, #top .header_color .avia_mega_div > .sub-menu {
font-family:"Times New Roman",Georgia,Serif;
}
…and the size?
You can use following code to change the font size of the menu
.main_menu ul:first-child>li>a {
font-size: 20px;
}
Or if you want to change the size of the sub menu items too
.main_menu ul>li>a {
font-size: 20px;
}