01-05-2014, 01:50 AM
I want to tell you a method which removes annoying stuff on blogspot, navbar... that "atom" thing on the bottom of your blog etc.
I use these 4 scripts on all of my blogs.
The scripts are
#navbar-iframe {
display: none !important;
}
#Attribution1 {
display: none;
}
#blog-pager {
display:none;
}
.feed-links {
display:none;
}
When you want to add the scripts go to your blog...
then go to - Design
Then go to EDIT HTML
then scroll down, not far and you'll see something like
It depends on which template you use.
I use the awesome inc as you can see.
NOW you will want to add the scripts...
You want it too look like this.
Now press PUBLISH these are the differences.
FROM
TO
I use these 4 scripts on all of my blogs.
The scripts are
#navbar-iframe {
display: none !important;
}
#Attribution1 {
display: none;
}
#blog-pager {
display:none;
}
.feed-links {
display:none;
}
When you want to add the scripts go to your blog...
then go to - Design
Then go to EDIT HTML
then scroll down, not far and you'll see something like
It depends on which template you use.
I use the awesome inc as you can see.
NOW you will want to add the scripts...
You want it too look like this.
Now press PUBLISH these are the differences.
FROM
TO