How To Hide Powered by Blogger Footer Attribution from Your Blog

Learn how to hide the default ‘Powered by Blogger’ footer easily using simple CSS, without deleting it.
How To Hide Powered by Blogger Footer Attribution from Your Blog


If you want clean look for your blogger website, removing the default '' Powered by blogger'' footer attribution. Blogger does not allow direct deletion from the layout editor in most of of themes, but i can help you to hide it easily.

Let's start, please follow the steps that I am going to tell you.

Fist step: Open the theme editor.

Select blog.

Click on theme from left menu.

Click on customize and choose edit HTML.

Second step: Add following CSS to hide.

Click CTRL + F and type </style> and press enter.

Then Paste the follow code just above the </style> 


/*---------------------------------*/

/*-----------Hide-Powered-by-Blogger-------------------*/


.Attribution div {
display: none;
}


div#Attribution1 {
display: none;
}


.attribution {
display: none;
}


/*---------------------------------*/

/*-----------Hide-Powered-by-Blogger-------------------*/
  


Third step: Now save by clicking on save button on upper right corner.

Now refresh your Blogger website and see the magic your ''Powered by Blogger'' is hidden.

Note: This only hide your visual not delete the ''Powered by Blogger'' from your theme, you can unhide it when you want .

Hope this will help.

About the author

Laraib Hassan
I am Laraib Hassan a student of learning of Finance , Economics etc.