Blogger is the most popular and powerful platform provided by Internet giant GOOGLE. In starting point with Blogger, you can use built-in template designs provided by blogger service as freely to users. By default, All Blogger templates include attribution gadget at the bottom/footer of each template page. But how can we remove it?.

What is Attribution gadget:

Attribution gadget is the widget in the footer section that says "Powered By Blogger". We can modify the "Copyright" statement from the Layout widget editing. Unlike the normal widgets, you won't be able to remove/delete this, because it doesn't have a "Remove" button.
Does you violate the conditions of Google by removing "Powered By Blogger" from the blog?. Straight answer is "No!" actually there is no user agreement or any message informing that you don't have any rights to remove or modify.
Now, the question is how to remove or hide from template. Here is the detailed steps to hide or remove "Powered By Blogger" from blogger following below methods.

Method I:


Simply hiding the Attribution gadget applying CSS code listed below.

Steps:


1. Log into blogger.
2. Goto dashboard > Open Blogger template > Click on Edit Html.


3.  Inside the Template Editor find "]]>
4. Copy the below given CSS code and paste it before  "]]>

CSS Code for hiding the Attribution Widget:

#Attribution1
{
     display:none;
     visibility:hidden;
     font-size:0px;
}



5. That's it. Save the template and observe the CSS trick opening view blog. Now the Copyright message "Powered By Blogger" have been successfully hidden from the current template.

Method II:


1. Log into blogger.
2. Goto dashboard > Open Blogger template > Edit Html.
3.  Inside the Template Editon search for "Attribution1"
or  Click on "Jump to widget" again click on Attribution1 from the list.




Find the below line in that editor,

4. Now change the locked value 'true' to 'false" in the line of code.
5. Save template with the latest changes.
6. Now, Navigate to Layout tab, scroll down and find the Attribution element.
7. Click on Edit element.



8. Now click on Remove button



:-) Attribution element has been removed from the layout.

NOTE: If you wants to add custom Attribution, follow the below steps to achieve.
1. Search "footer-3" inside the template editor.
2. Find the below code
3. Now change showaddelement='no' to showaddelement='yes' as below
4. Save the current changes and goto Layout tab.
5. Scroll down the page and new element had been present with Add a Gadget.

Conclusion


So, this was all about Remove/Hide "Powered By Blogger" Attribution widget From Blogger Templates. If you have any type of queries regarding this tutorial please feel free to let us know.We will try our best to resolve them. If you like this tutorial and find it useful ,then please don’t forget to share this with your friends and social media too.



Post a Comment

 
Top