Changing Font Size in the Header Bar in Blogger's Dynamic View Templates
| Before |
| After |
Go to Template
Designer - Advanced - Add CSS - paste the following code - Press enter
after the last character of the last line } - Apply to Blog:
Use the following to change the size of your menu font (Classic, Flipcard, Magazine..)
Use the following to change the size of your menu font (Classic, Flipcard, Magazine..)
.header-drawer .menu span{
font-size: 20px !important;
}
And the following to change the size of your header bar links..header-drawer .tabs{
font-size: 20px !important;
}
And this to change the font-size of the view-options in your drop down menu:#views .menu-item{
font-size: 20px !important;
}
Change the value '20px' in Line 2 accordingly.
No comments:
Post a Comment