Remove "Subscribe to: Posts (Atom)from Blogspot

How to remove the "Subscribe to: Posts Atom"from your blogspot template.

The faster way to remove it will be from CSS:

1.Find
.feed-links

2.And add this word below it.

display:none;


Sample:

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


Save Your template....Done.