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;}
No comments:
Post a Comment