If we are using the blogger templates, then the blog comes with a default footer text. The footer text will contain few links that are not related to our blog. So we do not need such text/links on blogger. We can remove the footer area from blogger as shown below.
1. Go to : Dashboard -> Layout -> Template Designer -> Advanced -> Add CSS
2. Paste the below CSS code.
#footer-3{
display: none;
}
3. Click "Apply to Blog" and View blog to see changes.
Now the footer area should have been removed from blogger.
If you like the post, take a couple of minutes to comment and share.
Your comments are most valuable and would help me come up with better posts.
1. Go to : Dashboard -> Layout -> Template Designer -> Advanced -> Add CSS
2. Paste the below CSS code.
#footer-3{
display: none;
}
3. Click "Apply to Blog" and View blog to see changes.
Now the footer area should have been removed from blogger.
If you like the post, take a couple of minutes to comment and share.
Your comments are most valuable and would help me come up with better posts.
0 comments:
Post a Comment