Can you post a link to your site?
Unfortunately I’m still working in my localhost :/
Try this for the footer menu:
.nav-foot li a {
font-size:12px;
}
For the top menu – do you mean the one at the very top (orange background)? Or the main menu (white background)?
Thank you so much. It works for the footer menu!
Actually I mean the top main menu with the white background. But if it would be possible for both top menus (social menu and main menu) it would be very nice
Thanks again
You’re most welcome!
Try this for the main nav:
.navbar-custom .navbar-nav > li > a {
font-size:12px;
}
And this for the menu on the very top:
.top-menu>li>a {
font-size: 12px;
}
I’ve tried this for the top main menu
.navbar-custom .nav li a {
font-size:14px;
}
and this for the social menu
.social-menu li a {
font-size: 14px;
}
and it works ^^
Thanks
Thank youu ^^ .. It works!