While working on a template, I was trying to remove the
Subscribe to: from the bottom of the page. For some reason,
previous methods that have worked for me in the past, didn't work on this template. I ended up adding this bit of code to the CSS style sheet:
.feed-links {
display:none;
}
That did it! Who knows why. Certainly I don't...I'm just happy it worked and thought I'd share.
No comments:
Post a Comment