Tagged under:

Remove "Powered by Blogger" in your Blog


Have you tried many methods to remove "Powered by Blogger" in your blog?

I will say you simple html hack to remove the gadget from your blog. Just follow the simple instructions given below.

Step1: Log in to you Blogger ID

Step2: Go to Dashboard.

Step3: Choose Template.

Step4: Click Edit Html.

Step5: Inside the Code area, press Ctrl+F to open Blogger Search Box.

Step6: Type </head>  inside search box and press enter.

Step 7: Just above </head> add this code:

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

Step 8: Click Save Template to save the changes you have made.

Thats it you have done :)

0 Comment Here: