BREAKING NEWS

Category 5

Category 6

Category 7

Thursday, 11 December 2014

How To Remove "Powered by Blogger" Attribution

How To Remove "Powered by Blogger" Attribution


How To Remove "Powered by Blogger" Attribution


Blogger is a flexible blogging platform where you can do things easily unlike WordPress and other blogging platforms. Unlike other blogging platform you can easily customize blogger templates according to yourself. If you have a little bit knowledge of HTML then you can easily edit any part of your blog. You can Locked and Unlocked, Add or Remove widgets from your defaults template. "Powered by Blogger" is an attribution and by default it is always display at the bottom of your page. In this tutorial, I will show you how to remove / hide "Powered by Blogger" attribution from your blog.

Important!

Always remember one thing. Before changing or doing anything with template or uploading a custom template, always take backup of your blog's template and your blog's data as well. It helps you to recover your blog data and template from an unexpected error.

Note : How To Download Blogger Template

Note : How To Download Blogger Data


Steps To Remove "Powered by Blogger" Attribution

You can remove / hide "Powered by Blogger" attribution in two ways.

Process 1 : Adding CSS Code to Template

You can hide "Powered by Blogger" attribution just by adding the below CSS codes to your template.
Step 1. First login to your blogger account.
Step 2. Click Template which located left side
Step 3. Login to your blogger account
Step 4. Click Edit HTML
Step 5. Once you click Edit HTML, you will able to see the codes of your blog's template.
Step 6. Click anywhere inside the codes
Step 7. Press Ctrl + F on the keyboard to get search box.
Step 8. type </head> inside the search box and press Enter on the keyboard and you will switch to that code.

And just above </head> add the below codes.

<style>
#Attribution1 { display: none; }
</style>

Step 9. Click Save arrangement to save the template.



Process 2 : Deleting the Attribution code

In this process you can remove "Powered by Blogger" attribution just deleting the attribution code from your template. To do so just follow the below steps.

Step 1. First login to your blogger account.
Step 2. Click Template which located left side
Step 3. Click Edit HTML
Step 4. Once you click Edit HTML, you will able to see the codes of your blog's template. Step 5. Click anywhere inside the codes
Step 6. Press Ctrl + F on the keyboard to get search box.
Step 7. type attribution1 inside the search box and press Enter on the keyboard and you will switch to that code. The code is looks like below code.

 <!-- outside of the include in order to lock Attribution widget -->
      <b:section class='foot' id='footer-3' showaddelement='no'>
        <b:widget id='Attribution1locked='true' title='' type='Attribution'>
          <b:includable id='main'>
    <b:if cond='data:feedbackSurveyLink'>
      <div class='mobile-survey-link' style='text-align: center;'>
        <data:feedbackSurveyLink/>
      </div>
    </b:if>

    <div class='widget-content' style='text-align: center;'>
      <b:if cond='data:attribution != &quot;&quot;'>
       <data:attribution/>
      </b:if>
    </div>

    <b:include name='quickedit'/>
  </b:includable>
        </b:widget>
      </b:section>

Step 8. Select this codes and then Delete the codes.
Step 9. Click Save arrangement to save the template.

Post a Comment

 
Copyright © 2013 Umi Traning Center
Powered byBlogger