How to Remove Blogger Attribution Gadget

The Attribution widget is the widget is the footer that says "Powered by Blogger". When you have attempted to remove this then you may of receive notice that this widget is locked into you blog. How to unlock it follow these steps.


Step # 1: Log in to your Blogger Account and Go to Dashboard > Template > Edit HTML



Step # 2: Click in the code area and Press Ctrl + F and open the Search box

Step # 3: Copy and paste the following code in to the search box
 </head>
Step # 4: Just above </head> add this code
<style>
#Attribution1 {
display: none;
}
</style> 
Step # 5: Save template and Done


0 comments:

Post a Comment

Blog Archive