How to change font style for Navigation in Blogger



  1. Login to Blogger.com
  2. Template
  3. Edit HTML
  4. Find  ".hmenu>li>a,"
  5. Change font style 

.hmenu>li>a,
.hmenu>li>a:link,
.hmenu>li>a:visited,
.hmenu>li>a.active,
.hmenu>li>a:hover
{
   font-size: 14px;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;   text-decoration: none;
   text-align: left;
}

Share this

Related Posts

Previous
Next Post »