Les nouveautés et Tutoriels de Votre Codeur | SEO | Création de site web | Création de logiciel

Seo Master present to you:
How To Remove Blogger Navbar?When browsing Blogger powered weblogs hosted on blogspot.com domain or custom domain, there is always a NavBar (Navigation Bar or Banner) that appears on top of the blog. The Blogger NavBar contains Search Blog textbox, Flag Blog to notify Blogger about objectionable contents on the blog, Next Blog link to visit another blog randomly, plus links to create a blog or sign in to Blogger.
Here are the steps to remove the Blogger Navigation bar /Blogger Nav Bar
1.Login to your blogger account
2.From your Dashboard opt for Layout
3.Now choose Edit Html
4.You will see your template code there.
5.In that template code find


]]></b:skin>
and replace it with


#navbar-iframe,#navbar { display: none !important; }
]]></b:skin>
6.Now opt for SaveTemplate.
7.Affter saving the template take a look at your template and your blogger navigation bar must have disappeared. :)

If you still cant figure this out see the video below. See the video below...


2013, By: Seo Master
Seo Master present to you:
How to change the Blogger Favicon ? How To While using IE Firefox or Opera you will see an icon on the tab when u visit a page.This is called favicon.By default blogspot blogs have a favicon which looks ugly.See it here at the top of the post.So how to remove it?

Goto Blogger Template>Edit Html
There find the title tag which looks like



<head>
<title> <data:blog.pageTitle/> </ title>
...
<link href='URL.ico' rel='shortcut icon' type='image/x-icon'/>
<b:skin><![CDATA[/*

and immediately after that add the following code after proper editing
Remember to replace URL of your icon file file with your icon file's url
2013, By: Seo Master
Seo Master present to you:
Remove Subscribe to: Posts (Atom) Link

How to Remove "Subscribe to: Posts(Atom)" Link From Blogger ... Remove “Subscribe to: Posts(Atom)” Link From Blogger. You can locate this links bellow every post or page, near to page navigation.
In every post page there is a link like “Subscribe to: Post Comments(Atom)”
In every page other then post page it may be like “Subscribe to: Post (Atom)”


How to Remove "Subscribe to: Posts(Atom)" Link From Blogger Blogs :  Remove "Subscribe to: Posts(Atom)" Link From Blogger.

1. Login to your Blogger Account

2. Go to Design > Edit HTML

3. Click on the Check box which says "Expand Widget Templates"

4. Now Find this line of code in your template( Use Ctrl + F )


<b:include data='feedLinks' name='feedLinksBody'/>

5.Delete this line
6.Save your Template and the "Subscribe to: Posts(Atom)" link will be completely removed from your Blog.

Or


HOW TO HIDE THIS LINKS?

  1. Go to Blogger Dashboard > Design tab > Edit HTML tab
  2. Check  Expand Widget Templates checkbox
  3. Then serach for the following line of code and remove it.
    <b:include name='feedLinks'/>
  4. Finally Save Your template.

HOW TO HIDE THIS LINKS BY CSS?

There is another way to hide this links By CSS
You just copy the below code and paste it before ]]></b:skin> tag
.blog-feeds{display:none !important;}
Please Leave Your Valuable Comments about this post and subscribe to feed for latest Updates!
2013, By: Seo Master
Powered by Blogger.