Install a custom template in Blogger.
1.Download a template file (Zip / Rar) and unzip. (Screenshot 1)
2. Log in to Blogger.
3. Go to "Design or Layout" under "Dashboard". (Screenshot 2)
4. Click "Edit HTML" under "Design or Layout". (Screenshot 3)
5. Don't forget for backup (Download Full Template) your old template.
(Screenshot 4)
6. Find and Upload the new Blogger template. (Screenshot 5)
7. If a warning: Your new template does not include the following widgets,
click "KEEP WIDGETS". (Screenshot 6)
8. Finish, Enjoy your new blog design.
Show or Hide "Navbar Blogger"
Before erasing navbar blogger (Navigation Bar), it’s better if I inform that this
Before erasing navbar blogger (Navigation Bar), it’s better if I inform that this
method is one of the Blogger TOS violation. If you still want to erase it, you
can use the script below:
Hide Navbar:
#navbar-iframe { display:none}
Show Navbar:
#navbar-iframe { display:block }
Auto Hide:
#navbar-iframe{opacity:0.0;filter:alpha(Opacity=0)}
#navbar-iframe:hover{opacity:1.0;filter:alpha(Opacity=100, FinishedOpacity=100)}
#navbar-iframe:hover{opacity:1.0;filter:alpha(Opacity=100, FinishedOpacity=100)}
How to do:
In the Edit HTML page, put the code above under the code <b:skin><![CDATA[/*
and then save template.
and then save template.
Edit the Navigation Menu link of my template.
1. Most templates have a menu that can only be changed from the HTML
(Dashboard → Layout → Edit HTML). In many cases the code to look for is:
(Dashboard → Layout → Edit HTML). In many cases the code to look for is:
Just find the similar code like this:
<li><a href='/'>Home</a></li>
<li><a href='#'>About</a></li>
<li><a href='#'>Post RSS</a></li>
<li><a href='#'>Comment RSS</a></li>
<li><a href='#'>Edit</a></li>
For set link on Menu, your just find a code like this href='#' and change
symbol # with link what you want.
symbol # with link what you want.
Or, if you find the similar code like this:
<li class='current'><a expr:href='data:blog.homepageUrl'>Home</a></li>
<li><a expr:href='data:blog.homepageUrl + "feeds/posts/default"'>Posts RSS</a></li>
<li><a expr:href='data:blog.homepageUrl + "feeds/comments/default"'>Comments RSS</a></li>
<li><a href='#'>Edit</a></li>
<li><a expr:href='data:blog.homepageUrl + "feeds/posts/default"'>Posts RSS</a></li>
<li><a expr:href='data:blog.homepageUrl + "feeds/comments/default"'>Comments RSS</a></li>
<li><a href='#'>Edit</a></li>
There you can change the expr:href='#' with your own links: href='mylink'.
Also see the instructions in your template for more information.
Also see the instructions in your template for more information.
2. Some templates include a gadget to edit the menu directly from the
Dashboard (Dashboard → Layout → PageElements).
Dashboard (Dashboard → Layout → PageElements).
0 comments:
Post a Comment