How do I change the font size and thickness of the menu?
Hello Xavier !
To change font size of the menu, you can log in to Dashboard > Appearance > Customize > Header Code, add the following code:
<style>
.nav-main .navbar-nav > li {
font-size: 16px;
}
</style>
Hope this helps !
Aha ok great, thank you! Also, how can I change the font color, style, and thickness?
Hi,
To change the font color, style & thickness of the menu, you can add the following code to the Header Code.
Hope this helps !
Hi. So I can’t change the color of the menu headings with this code. They stay white. Also, how can I apply the visual edits from my homepage to other pages so there is a matching design?
I need to know this also
Hi Xavier !
Please send me your site for further checking then we will help you change the color of the menu.
– At the moment, Our DW Timeline does not yet support to apply the visual edits from my homepage to other pages.
Hope this helps !
So how can I change the color of the menu on other pages from red? And how do I send you my site?
Hi,
You can send me username & password of your site (via private answer).
Hi Xavier !
To change the menu, you can add the following code to the Header Code:
<style>
.nav-main a {
color: #...;
}
.nav-main .navbar-nav > .active > a {
color: #....;
}
.nav-main li a:hover, .nav-main li a:active, .nav-main .active > a {
color: #...;
}
.nav-main .navbar-nav > .active > a {
color: #....;
}
.nav-main .navbar-nav > li {
font-size: 16px;
font-style: italic;
font-weight: bold;
}
.nav-main .navbar-nav ul a:hover {
color: #...;
}
.nav-main .navbar-nav > .active {
border-bottom-color: #...;
}
.nav > li > a:hover, .nav > li > a:focus {
background: #...;
}
.nav-main .navbar-nav ul a {
color: #.....;
}
.nav-main .navbar-nav ul a:hover {
color: #....;
}
.nav-main .navbar-nav ul li {
background: #.....;
}
</style>
Hope this helps !
This code works only for the home page? How can I change the menu font color on the sub pages as well?
Hi,
Please tell me detail about the position that you want to change the color, or you can send me a screenshot for further checking.
Regards,
Please login or Register to submit your answer