Tuesday, September 22, 2015

How To Remove Underlines From Links In Blogger?

How To Remove Underlines From Links In Blogger?



To apply this hack you just to edit a little part of CSS code let's see how?

  1. First Go to your Blogger Dashboard > Design > Edit HTML.
  2. Download a copy of your template.
  3. Now find for below code in your template.
 a {  
color: #0000FF;
text-decoration: underline;
}
Note - You will find this code little code different as coding of each template is differ.If you could not find this code then do not panic and simply post your Blog URL in the comments.

Now replace text-decoration: underline; with text-decoration: none;

Now save your template and you are done...

No comments:

Post a Comment