Sunday, January 21, 2018

How do I remove Subscribe to Post (Atom) from the bottom of Blogger's post?

1. Log into Blogger.com
2. Click Theme->Customize->Advanced->Add CSS
3. Add the code below into the box.
.feed-links {
display:none !important;
}
4. Click Apply to blog