I’m not quite sure how you want to achieve here, any screenshots?
HI
To change the font for menu only, you can use this css rule:
.navbar-default .navbar-nav > li > a {
font-family: your_font_here;
}
/* Color of menu item*/
.navbar-default .navbar-nav > li > a {
color: your_color_here;
}
/* Color of menu item on hover*/
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
color: your_color_here;
}
1 user says Thank You to Saguaros for this useful post
Thanks
It’s works
This topic contains 19 replies, has 2 voices, and was last updated by Saguaros 7 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum