Wordpress Site Nav Bar font size increase
Hello mind blowers,
How many of you are using wordpress site :)
I think lots of viewers have their own website.
How many of you are using wordpress site :)
I think lots of viewers have their own website.
Wordpress Site Nav Bar font size increase ?
So i just put here the Code for navigation bar font size increasing.
1. Go to Appearance .
2. And go to editor.
3.And Go to your style.css sheet.
NOTE- Their are different - different ids are set for navgation bar.But almost it is look like
.nav_bar or .nav search for it and increase the font size.
.main-navigation a {
color: #ffffff;
display: block;
float: none;
font-size: 17px;
font-weight: 600;
padding: 10px 12px;
text-transform: uppercase;
}
Again i am telling you that the navigation ids are different - different.
So i just put here the Code for navigation bar font size increasing.
1. Go to Appearance .
2. And go to editor.
3.And Go to your style.css sheet.
NOTE- Their are different - different ids are set for navgation bar.But almost it is look like
.nav_bar or .nav search for it and increase the font size.
.main-navigation a {
color: #ffffff;
display: block;
float: none;
font-size: 17px;
font-weight: 600;
padding: 10px 12px;
text-transform: uppercase;
}
Again i am telling you that the navigation ids are different - different.
Comments
Post a Comment