Latest courses

This is the most common question asked by all the new bloggers when they first start using free templates available on Internet. Now a days developers have become very smart , they provide free template but intentionally include some encrypted javascripts in the script. If you try to make any changes in the scripts the site will be redirected to homepage of the developers.

To deal with this problem I have come up with the ultimate solution to this annoying problem. With this method you will be able to modify any template as per your need. For example see my site.

You just need to follow the following 6 small and easy steps in order to solve this problem.

Step 1:

Go to Blogger >> Theme >> Edit HTML

Step 2:

press Control+F to open search box, then search for Copyright you will get something like this.

Here you can see the class='copyright-area' ( please note that this name of class may be different for different templates)

Step 3:

Now just copy this whole footer script and paste it under and paste it under the original one. you will have to change the name of class here.

For example name it like copyright-area_my (see the below image ) . Now in this part you can make changes as per your site need.





Step 4:

Now comes the most important step. Press control+F and search for .copyright-area{ . you will find something like this.

Step 5: 

Now change the font-size of the original footer CSS to 0px ( I have already done it)


Step 6 

Create a new CSS for your new class='copyright-area_my' .  Just paste the below command before ]]></b:skin> in your HTML 

.copyright-area_my{font-size:14px;float:left;height:34px;line-height:34px;font-weight:400 }


Step 7 

Hurray ! Save and reload the site your footer credits has been changed as per your requirement ;-)



Post a Comment

Previous Post Next Post