Search....

Saturday 20 October 2018

How to remove footer credits in blog

Hi folks, this is how I removed the footer portion from my blog. This is pretty simple.


  1. Open your blog dashboard 
  2. Go to the layout option 
  3. click on edit template
  4. after Head section, add the following code;

       <style>
         #Attribution1

        {
         display: none;
        }
       </style>

     5. Then click on save theme

That's it. Now check your blog footer, It's empty now. 

No comments:

Post a Comment

Semester project - E commerce site - with source code

Here is the link to get soure code for semester project of ecommerce site. Click me to download