How To Remove Powered by Blogger or Attribution

It is standing in last or in footer which is showing that your site is hosting on blogger.
So today's topic is for remove it.

It is so simple just need to follow basic steps-
Step 1. Go to your blog and login and then Template > Edit HTML
Step 2. Click one time at anywhere in code window and press Ctrl+F for open search box. Then find given below code.
</head>
Step 3. Now paste below code before </head>.
<style>
#Attribution1 {
display: none;
}
</style>
Step 4. After adding this code save your template take a look of your blogger website or blog. That's It!

No comments:

Post a Comment