How to remove Quick edit icon

How to remove Quick edit icon -  Icon in mentioning also with icon Quick Edit or equally to edit quickly. Its function if  you want  to editing  the element are quickly just click that quick edit icon.


there are some blogger is haven't simpathy with this Quick edit  icon and wish to remove it. Do we can remove icon?  of course we can, and very easy because we are using CSS only in our template.

and then you will to remove this icon from your blogger page.





Here i will show you how to remove this icon, following the step below :

1. Login your blogger acount


2. Design, Edit Html

3. Save This CSS before ]]></b:skin> Section:

.quickedit{

display:none;


}


4. Save template

5. It Done, that easy,, i hope that work on your blog... :)
Read more

How to remove navbar blogger

Now i'm posting how to remove the Navbar blogger, What is the Navbar blogger? Navbar blogger is a frame which small is fairish owned  blogger which there is on the top on your blog. this frame functions is  for logins to blogger or can also as  to see other blog or can also to mark other blog are impinging TOS blogger like blog is containing element  pornography and other  to be reported to  blogger.




To remove the navbar blogger,  the following steps :

1. You can  put this code before ]]></b:skin> :



/* navbar iframe

----------------------------- */
#navbar-iframe {


height:0px;

visibility:hidden;

display:none

}


2. Save template

3. Done
Read more

How to remove home link bottom on blogger

How to remove home link bottom on blogger - My tracking tool noted a lot of visitors enter to this blog using remove home link bottom blogger keyword, remove home link on blogger, get rid home link blogger, and other similiar keywords.

What is stated is probably a home link as following:

blogger home link

If true, it’s very easy to remove that home link. There are lot of techniques to remove home link on blogger, one of the way is by using a technique with CSS code display: none; or straightaway to remove the home link code in body template code.


Remove home link bottom on blogger

Technique we are using now is entering the CSS code, the following steps:

  1. Please login to blogger using your ID
  2. Click Design

    blogger design
  3. Click the Edit HTML sub menu

    blogger edit html
  4. Do the back up for your template first then click Download Full Template
  5. Find this following code (it just an example by using template called Simple)
    .blog-pager {
      background: $(paging.background);
    }
    
  6. Put the CSS code: display:none;, then the code will be as follows:
    .blog-pager {
      display:none;
      background: $(paging.background);
    }
    
  7. Click Save Template
  8. Done.
Each of template code is different, however the CSS code below has to be made as standard because generally they are quite the same
Read more

Sponsor

GUEST BOOK