How to Remove Footer link without Redirecting to the Site 100% working
This method allows use to use the free trail version of templates in blogger with the footer link and removes the footer link.
But the creator finds it out you may be screwed up!!
steps are
go to your edit html
scroll all the way down to the copyright and footer section
there you will see a special code which cannot be deleted
For example
it is different for different template
in it enter this code
it may look like this
<div id='hackerprime' style='visibility: hidden' />
But the creator finds it out you may be screwed up!!
steps are
go to your edit html
scroll all the way down to the copyright and footer section
there you will see a special code which cannot be deleted
For example
<div id='hackerprime' />
it is different for different template
in it enter this code
style='visibility: hidden'
it may look like this
<div id='hackerprime' style='visibility: hidden' />
and save it do not delete it
This code helps you to only hide the code not remove it
Comments
Post a Comment