1. Backup your template. recomended
2. Go to layout tab, "Edit HTLM".
3. Search and replace <style type='text/css'> with the following:
<style type='text/css'>
/* remove navbar
----------------------------- */
#navbar-iframe {
height:0px;
visibility:hidden;
display:none
}
4. Save your template.
If you can't find <style type='text/css'> tag, try this one.
1. Search and replace /* Variable definitions with the following:
#navbar-iframe {
display: none !important;
}
/* Variable definitions
2. Save your template.
Now you have a free-navbar blog.
0 comments: