How To Remove Powered By Blogger Attribution Gadget In Blogger Themes - Simple Method


SUBMITTED BY: pinnacleseth

DATE: July 24, 2017, 10:38 p.m.

FORMAT: Text only

SIZE: 2.0 kB

HITS: 298

  1. Every default blogger Theme has an
  2. attribution termed " powered by blogger " but not every blog owner likes to see that on his or her blog although it is important to give credit to the bloggers platform.
  3. Many bloggers especially new ones in the business find it very difficult to remove that attribute because at default it is not easily removable. It is locked and can't be edited easily by newbies but i will help you get out of that limitation by providing a simple script you should apply on your HTML to remove this credit. I will be brief in this tutorial because it doesn't require much but the result is fulfilling.
  4. Why Bloggers Don't Like Powered By Blogger Attribution
  5. As a new blogger, you might find it cool but as time goes on, you start thinking it's unprofessional and decide to remove it by any means. As i said earlier, the Attribution widget is disabled by default but i will show you how to remove it with just a script.
  6. NOTE 📝
  7. Before you start editing anything on your blogger template, make sure you have created a backup of your current theme so that you can easily restore it back if you mess around in the process.
  8. How To Disable Powered By Blogger Attribution
  9. => Login to your blogger dashboard with your active blogger account
  10. => Click on Templates. (its just above settings under the lists of options at the dashboard)
  11. => A new tab will open. Then look at the top right corner and you will see " backup/restore ". Click on it to create a backup of your template. After that, move to the next step.
  12. => Now click " edith HTML "
  13. => You are now in the HTML program page for your blog.
  14. => Look for the </head> tag (just click inside the code area and press ctrl + f to open the search dialog box, then type </head> and hit enter to arrive at the closing tag.
  15. => Now just above it, paste this code below
  16. <style>
  17. #Attribution1 {
  18. display: none;
  19. }
  20. </style>
  21. Then preview your blog by clicking the " preview template " up there. Then save and check your blog. The "Powered By Blogger Attribution is gone.

comments powered by Disqus