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?
- First Go to your Blogger Dashboard > Design > Edit HTML.
- Download a copy of your template.
- 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
Now replace
text-decoration: underline;
with text-decoration: none;
Now save your template and you are done...
No comments:
Post a Comment