Hi, i want the small bar above Main Menu a little bigger in height? How do i manage this? And how do i make the font and phone number bigger there?
Thanks Simon
Hi simonac!
Please add following code to Quick CSS
#header_meta .container {
min-height: 40px;
}
.phone-info.with_nav {
font-size: 20px;
}
.sub_menu>ul>li>a, .sub_menu>div>ul>li>a {
font-size: 18px;
}
Regards,
Yigit
Thanks Yigit!