Hi, trying to increase the font size for the main menu ( Home, contact us ..etc ) but can't seem to get it done, tried changing module css and css in custom.css from previous post on menu width but no luck
bigbroso Hi Open css/custom.css file and add this code
.t3-mainnav .t3-navbar .navbar-nav > li > a, .t3-mainnav .t3-navbar .navbar-nav > li > span { color: #ffffff; font-size: 12px; }
Change the size and color as per needs.
Thanks Pankaj, much appreciated
bigbroso You are welcome!