18 June 2016

How to Remove Powered by Blogger Attribution Widget

If you want to give a professional look to your blogspot blog, I will recommend you to remove the “Powered by Blogger” Attribution. It is not mandatory but it will leave a positive impact on your visitors which are quite important for any blogger.

Here I have demonstrated you two methods for removing attribution widget. Some blogger templates may not support method 1 then you need to follow method 2 for successfully removing attribution widget.

Method 1

Step 1: Go to your blog “Template” | click on “Edit HTML”.

Step-2: Than Click on “Jump to Widget” option, drop down the list and choose “Attribution 1” See the screenshot below.
Step-3: You should be concentrate on this code:

 "<b:widget id='Attribution1'locked='true'title=''type='Attribution'> " 



Step 4: Replace the locked=’true’ with locked=’false’ as you can in picture highlighted


Step 5: Now Click on Save Template

  Step-6: You would be able to see the layout of your template. Now, find the “Attribution” widget and click on “Edit” link. Below given figure shows  the same..


Step-7:
Another screen will popup appear before you. Simply click on “Remove” button. see the screenshot below

 Step-8: Now Click the “Save arrangement”.

That’s it. You are done. 

Method 2:

Follow the same step 1 as mention above in method 1.
Step 2: Search this line of code
body {

 in your blogger template, for quick finding Hit CTRL+F


Add this code above the body { code, as shown below in picture.
#Attribution1 {display: none;}

Step 3: Save template and view your blog, you will be no longer able to see attribution widget in footer of blogspot blogs.

If you are still facing any kind of problem, Feel free to ask me via comments.

Cheers! :)

No comments:

Post a Comment