Remove "Powered by Blogger" from blogger website easliy

If you are running a website on Blogger platform, you might be familiar with the "Powered by Blogger" sign at the end of every page. Removing this sign is very easy and removing it makes your site look more professional.

Follow these steps carefully

1. Go to Settings > Template > Edit HTML



2. Click anywhere inside the code section and type "CTRL + F" and search for </head>

3. Above </head> add the following code

<style>
#Attribution1 {
display: none;
}
</style>

4. Click on "Save Template" and now open your blog and you'll notice there is no more "Powered by Blogger" text.