Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #24419

    dear kriesi…something easy for you of course..:-)

    how i change the fonts of the main menu or size??

    KInd regards, xrisxal2000

    #123446

    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;
    }

    #123447

    …and the size?

    #123448

    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;
    }

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘change fonts and fonts size…’ is closed to new replies.