Know about Technology!

Responsive Ads Here

Saturday, February 10, 2018

How to Remove Powered by Blogger Attribution

How to Remove Powered by Blogger Attribution

Powered by Blogger Attribution is a Link which display in the bottom or footer of many blogger templates. Powered by Blogger Attribution is mark or representation that this blog is on Blogger/Blogspot.  Many people wants to remove Powered by Blogger Attribution widget from their bogs they click on Quick Edit Button but there is no option in Quick Edit Popup window to remove or hide this widget. Because this widget is locked in your blog coding. If you want to remove Powered by Blogger widget then follow the instructions given below

Step 1:   Go to Blogspot Dashboard  Go to Template → Edit Html


how to remove powered by blogger attribution widget


Step 2:   Click anywhere in the code editor and Press CTRL+F to find

Step 3:   Now copy and paste this code in the Search Box then press Enter
    </head>

Step 4:   Copy this code and Paste just immediately before </head>:

<style>
#attribution1{
display: none; }
</style>
Step 5:   Now click on “Save Template”.

Congrats! Your Blogger is now free from Powered by Blogger or Blogger Attribution. 

No comments:

Post a Comment