HOW TO REMOVE UNDERLINES FROM LINKS TO BLOGGER


HOW TO REMOVE UNDERLINES FROM LINKS TO BLOGGER

  • Go to Blogger Dashboard --> Design --> Edit HTML
  • Backup your Template before making any changes to your blog
  • Now Expand Widget Templates
  • Search the codes shown belowa:link {
text-decoration:underline;
}
a:visited {
text-decoration:underline;
}
a:hover {
text-decoration:underline;
}

  • Now change it with the code shown below

a:link {
text-decoration:none;
}
a:visited {
text-decoration:none;
}
a:hover {
text-decoration:none;
}

  • Now save your template
Share this article :

Post a Comment

 
Support : Creating Website | Johny Template | Mas Template
Copyright © 2011. Asianz Club - All Rights Reserved
Template Created by Creating Website Published by Mas Template
Proudly powered by Blogger