WARNING! First of all make up the model!
Today I want to explain how to remove that annoying message "Subscribe to Posts (Atom)". - First, let's go in "Edit HTML" from the "Layout".
- Now try the following string:
feed-links {
- found this:
. feed-links {
clear: both;
line-height: 2.5em;
}
- strings highlighted in red may vary.
- We have the following string before closing brace:
display: none;
- So it should come something like this:
. feed-links {
clear: both;
line-height: 2.5em;
display: none;
}
- Save, and like magic, the annoying if written gone!
0 comments:
Post a Comment