Menu Font Size
Get help or discuss with other members about business Joomla! 3 and 2.5 template designed especially for your start-up projects on dedicated support forum.
- GK User
- Mon Oct 28, 2013 12:35 pm
Hi,
I would like to know how to change the font size in the main menu.
I would like to know how to change the font size in the main menu.
-
- Fresh Boarder
- GK User
- Mon Oct 28, 2013 1:10 pm
Hi,
You have to use this CSS code:
and to the submenu items this CSS selector:
The best place for this code is Startup/css/override.css file (first enable this option in Startup ->Template Options -> Advanced tab).
You have to use this CSS code:
- Code: Select all
#main-menu > li {
font-size: xx;
}
and to the submenu items this CSS selector:
- Code: Select all
#main-menu .sub-menu li a {
font-size: xx;
}
The best place for this code is Startup/css/override.css file (first enable this option in Startup ->Template Options -> Advanced tab).
-
- Moderator
- GK User
- Mon Oct 28, 2013 3:20 pm
Thanks Piotr,
but unfortunately it's not working. is there any other solution?
but unfortunately it's not working. is there any other solution?
-
- Fresh Boarder
- GK User
- Mon Oct 28, 2013 5:45 pm
It should works without any problems, could you provide an URL to your website? (here or via PM)
-
- Moderator
- GK User
- Tue Oct 29, 2013 12:37 am
I'm still working on local host.
but any way, it's now working.
Thanks Piotr.
but any way, it's now working.
Thanks Piotr.
-
- Fresh Boarder
5 posts
• Page 1 of 1