This topic has 12 replies, 4 voices, and was last updated 8 years, 1 months ago ago by Robert Hall
Hi!
I tried searching the menu font from the Theme Options->Typography but it isn’t there. I tried everything from site font to h6 🙂
I inserted this code to the custom css but it didn’t work either (found it on other topic):
.menu > ul > li > a {
font-family: ‘Open Sans’, sans-serif;
}
How can I change the menu font properly? 🙂
Hello,
As I see your code is working:
http://storage3.static.itmages.com/i/16/0929/h_1475160728_4631412_7e379e0356.jpeg
Regards,
Eva Kemp.
Okay. I didn’t notice any changes in the menu. Maybe your default font is the same Open sans.
I would like the menu font to be normal not caps locked. Could you please tell me how to do that?
Hello,
I’ve edited your code to this:
.menu > ul > li > a {
font-family: 'Open Sans', sans-serif;
text-transform: capitalize;
}
Please check now.
Best regards,
Jack Richardson.
Thanks!
I hoped that changing the menu font from caps locked to normal would have created a little more space to the header. Still the menu goes into two rows when viewing the site with laptop and nobody wants that 🙂
Is it possible to move the logo little to the left?
Hello,
Try this code in custom.css:
@media (min-width: 1200px) {.header-area {
width: 1070px;
}}
Best regards,
Jack Richardson.
Wow it worked perfectly! Thanks again! 🙂
Hello,
You’re welcome!
Regards,
Robert Hall
Hi!
If I may ask one more change to the menu font. Is it possible to get the menu in bold?
Hello,
Please use this code in custom css.
.menu > ul > li > a {
font-weight: bold;
}
Regards,
Robert Hall
Thanks again! 🙂
You’re welcome!
Regards,
Robert Hall
The issue related to '‘Changing the menu font’' has been successfully resolved, and the topic is now closed for further responses