Thursday, June 18, 2009

Blogspot How To: Remove "Subscribe to: Posts (Atom)" Text

Where does this text appear?


This text appears by default on all Blogger templates under the posts. It is normally annoying for most of the users but you can easily remove it.

How to Remove it???


You can easily remove it by following these simple steps:

Steps!


1- Go to Design and then Edit HTML.

2- Find the following code:

.feed-links {
clear: both;
line-height: 2.5em;
}


3- Simply replace the above code with the following code:

.feed-links {
display:none;
}


4- Check the Preview button to see the result.

No comments:

Post a Comment