Friday 7 February 2014

HOW TO REMOVE GRAY BOX AT BOTTOM OF BLOG

If you are using the Picture Window Template you will notice a gray box at the bottom of your blog. I will tell you a quick and simple steps how to remove that box!

1. You have to go back to your ‘Template’ page and click on ‘Edit HTML’ and ‘Proceed’.

2. Hit Ctl + F to bring up the search box again. Enter in “footer.background“. It will bring you to the code that looks like this:
   
<Variable name="footer.background" description="Footer Background" type="background"
default=”transparent url(http://www.blogblog.com/1kt/transparent/black50.png) repeat scroll top left” value=”transparent url (http://www.blogblog.com/1kt/transparent/black50.png) repeat scroll top left”/>
   

You will want to delete the url that is between the brackets ( ).  

Leave the brackets. It will now look like this:

<Variable name="footer.background" description="Footer Background" type="background"
 default=”transparent url() repeat scroll top left” value=”transparent url () repeat scroll top left”/>

Now, Preview and if everything looks good go ahead and save! Your gray box at the bottom of your blog is now gone.


No comments: