Showing posts with label hide. Show all posts
Showing posts with label hide. Show all posts

Blogger Tips - Hide Attribution gadget

This is a tip for hiding attribution gadget (the bit where it says "Powered by Blogger") in blogger template by CSS approach.

1.Template → Customize → Advanced  → Add CSS
   add the code below and [Apply to Blog] to finish it.

   #Attribution1 {display: none;}