This topic has 9 replies, 4 voices, and was last updated 10 years ago ago by Robert Hall
Hi,
Under the theme setting > Typography > Main Font, I changed to size 18 however it also changed it for “Return to previous page”:
http://www.asascharity.org/support-us/
https://www.dropbox.com/s/ksclvw7nvcnf4co/Ember.png?dl=0
I just want the Menu to be changed, not the other bit.
Please check,
Many thanks,
Hello,
To change font size of the menu items add this code into custom.css file:
.main-nav .menu > li > a {
font-size: 15px !important;
}
Thank you.
Regards,
Eva Kemp.
Thanks, this worked!
🙂
Hello,
You’re welcome.
Regards,
Eva Kemp.
This only changes the main menu – how do I change the sub-menu items on that main menu?
When I try to change it on the Typography page, it only changes the main menu items. I need the sub-menu items to be the same as the main menu in font size. Please help! Right now it changes the first sub-menu item in the dropdown only and the rest are a different font size which looks awful.
Hello CJMillar82,
Please add following code into custom.css file.
.main-nav .menu > li .nav-sublist-dropdown .container > ul > li a{
font-size:12px;
}
Regards,
Robert Hall.
Whoa you guys are fast!!!
YAY it worked thank you!!!!
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘Change font size’' has been successfully resolved, and the topic is now closed for further responses