If you would like to remove the "next blog" from your blog site add the code below to your "template". This will remove the entire navigation bar which unfortunately also removes the search function for your site, but this is not a bad trade-off if you want to protect visitors to your site.
1. Edit Your Profile
2. Go to Dashboard
3. Under "Manage Your Blog" select "Layout"
4. Select the TEMPLATE tab
5. Select EDIT HTML tab
6. Edit the HTML code of your template as follows...
You want to add the following line near the beginning of your template html code.
#navbar-iframe {height: 0px; visibility: hidden; display: none;}
/*
Find the symbols /* put your cursor in front of it and press the enter key a few times to move it down a few lines. Place the new line of code, shown above, before these symbols and you should be set.
Here's an example of the HTML code for a blog site with the text above inserted:
You will need to repeat this procedure each time you choose a new template.
No comments:
Post a Comment