How To Remove Underlines From Links In Blogger?
When I was new in the blogging world I tried blogger as well as wordpress for few month but as google mostly prefers blogger we moved to blogger again.As my experience blogger is not a perfect blogging platform for newbies as compared to Wordpress.It comes with default boring templates and much other boring things.But there a positive option in blogger,that blogger has given us a option to edit our own template i.e. we can edit CSS and HTML but only professional blogger's can do this not newbies .Anyway leave that,today we will apply another cool and simple CSS hack which will remove underlines from your links.It is similar to removing image border hack.Now without waiting anymore lets go to the tutorial
How To Remove Underlines From Links:
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;
}
color: #0000FF;
text-decoration: underline;
}
Now replace text-decoration: underline; with text-decoration: none;
Now save your template and you are done...
Now save your template and you are done...
Tags: Blogger Tools

Subscribe to:
Post Comments (Atom)
Share your views...
0 Respones to "How To Remove Underlines From Links In Blogger?"
Post a Comment