Change font navigation menu
-
Hi,
I am using the following code to change the font of the navigation bar menu: `.navbar-default
.navbar-nav li a {
font-family: Arial;
}
`
This works fine if an item on the navigation bar is not selected.
But if an item is selected the font changes back to default instead of Arial. Which could should I use?Thanks!
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Change font navigation menu’ is closed to new replies.