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

    Hello, I would like to change the size and font of the 2nd and 3rd level header menu.

    Can you help me?

    http://www.escalamas.com

    Thank you!

    Xavier.

    #134665

    I add to the question, I wanted that information whether I define the levels as “MegaMenu” or not.

    Thank you!

    Xavier.

    #134666

    Hey!

    add this to your custom.css stylesheet in folder /css/ or to the quick-css panel located in your wordpress backend at Enfold->Styling:


    #top .main_menu .menu li ul a{
    font-size:15px;
    }

    this will increase 2nd and 3rd menu font size as well as mega menu fonts size

    Cheers!

    #134667

    Hi Kriesi, run perfects.

    /* MENU 1 */

    .main_menu {height:25px; top:92px; right:-30px;}

    .main_menu ul li a {height: auto !important; line-height: 20px !important;}

    .main_menu ul:first-child > li > a {padding:2px 7px; font-size:10px;}

    /* MENU 2, 3, 4, .. */

    /* MEGA MENU 3 */

    #top .main_menu .menu li ul a { font-size:10px;}

    /* MEGA MENU 2 */

    #top #header .mega_menu_title {font-size:15px; font-family: Arial; border-bottom:}

    #top #header .mega_menu_title a {font-size:15px; font-family: Arial; border-bottom: #ccc 1px dotted;}

    #top #header .mega_menu_title a:hover {color: #0B96FF; text-decoration:none;}

    /* MEGA MENU 3 */

    /* #top .main_menu .menu li ul a { font-size:10px;} */

    Xavier.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘size and font 2nd an 3rd level menu’ is closed to new replies.