This topic has 2 replies, 2 voices, and was last updated 10 years ago ago by Eva Kemp
Hi,
Please take a look on my website.
http://thelovefascino.com/
How can I change the font color for the menu? Want to get a dark black font.
Besides, for the header, instead of 2 line , can I get a 1 line below the menu?
Basically, can the menu look something like this website.
Hello,
Please add this code into custom.css file:
.main-nav .menu > li > a {
color: #F00 !important;
}
Replace color value with yours.
.main-nav {
border-bottom: none !important;
}
How to create custom.css you can watch in this tutorial.
To change font weight as on the other site you need add this code:
.main-nav .menu > li > a {
font-size: 12px !important;
font-weight: bold !important;
}
Regards,
Eva Kemp.
The issue related to '‘Menu font and line’' has been successfully resolved, and the topic is now closed for further responses