Hey. Welcome to SuBi Tech.
Today we will learn "How to remove 'Powered by Blogger' and theme(design) owner's info (link) from any blog created with blogger. So, let's start without wasting our valuable time.




So you want to hide copyright info of blogger and theme owner. Read this carefully.

For all blogger theme, there is something called 'Attribution1' which contains copyright info of blogger and theme owner. To hide that copyright info we can simply make it invisible. For that go to: 'Theme(from blogger's menu) > Edit HTML'  there you will see source code of your website/blog.

Don't worry if you don't know coding. I am here for you. Scroll down the source code until you find 'body {' or you can simply search(find in page) from your browser's menu, because we have to do something there.

 You may find more than one ' body {' . Please do remember,  you have to select right one. For Contempo theme, you must find your theme's name above 'body{' (look at the image below). For any theme, you will find "body{" and then some CSS code's word like 'overflow', display, wrap etc.


If you faced problem while scrolling the source code from mobile, simply request desktop site from your browser's menu so that your problem will be solved.

Just before  'body {' type following code:-

#Attribution1 {display:none;}

Including ' #'

Look at the image below

IMAGE:



If you know CSS you know what this code does but if you don't know CSS, this is a simple code which makes Attribution1 invisible.  Now you are all set. Click on 'save theme' button above the source code. Now it's gone. No more copyright info on your blog. Enjoy.

Drop your queries on comment.