How to Remove Blogger Attribution at the Footer

In Blogspot blogs we see Blogger Attribution in the footer of the blogs Which looks like the below image

remove blogger attribution

Now we will see how to remove the blogger attribution.

Lets Start:

(1) Go to Template >> Edit HTML

edit html in blogger


(2) Click anywhere inside the code area and press Ctrl+F . Then Blogger's search box will appear. Writhe or Paste </head> tag in the search & press enter.

 </head>
(3) Now just above the  </head>  paste the following piece of code.



<style>
#Attribution1 {
display: none;
}
</style>
(4) Save the template and you are done.

[Do not forget to subscribe this blog & drop your comment here]
Previous
Next Post »

1 comments:

Write comments
Jessica
AUTHOR
October 4, 2018 at 6:40 PM delete

Everything is very interesting

Reply
avatar