Hello, I would like to change the size and font of the 2nd and 3rd level header menu.
Can you help me?
Thank you!
Xavier.
I add to the question, I wanted that information whether I define the levels as “MegaMenu” or not.
Thank you!
Xavier.
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!
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.