Remove Powered By Blogger In Footer Of Emporio Blogger Theme

If you’re using the Blogger Emporio theme, here is how to remove the powered by Blogger that displays in the footer section (desktop and mobile view) :

  • Sign in to your Blogger dashboard at blogger.com
  • Navigate to “Theme” > “Customize” > “Advanced” > “Add CSS”

  • Copy and paste the code below into the box:
div.blogger {
display:none;
}
  • Click “Apply to Blog”.

That’s all.

Video tutorial :

1 Like

What of contempo?

Try the code…

1 Like

Yea it worked. Thanks!

1 Like

Can it be done in any template

I tried this code but didn’t know why it doesn’t worked so i use the Alternate method. By adding changing the wdget locked to “false” on the template HTML

1 Like

Share the code

Have you tried the above mentioned on this post, first?