But the real problem faced by many of the entry level bloggers is in hiding the credits
If you change the credits ,for e.g. here if you change the link in credits ,your site will get redirected to the gooyaabi templates site!
I too have tried to change the credits by changing the entire footer, de minify the code,etc... but it all failed !...
In this tutorial i am showing an easy method , which i deployed while editing this template !
Steps(For newbie bloggers)
1. find the footer section
- How to find footer easily
- (Just copy some words like blogspot or template , which you see in the footer area e.g. developed by ,in the above figure and the click edit template>find and paste the copied word)
2.Create a new div exactly the same ID ,this works with only ID, so if the footer div doesn't have an ID then give one and create another div with exactly same ID )
3 Copy paste any classes , if the div have a class.
4 Then paste the given code in JQuery section
- The Jquery code is placed inside
//in the above example $('#copyright') is the ID Which i have given,
you need to change the name with yours...
$('#copyright').delay(1000).fadeOut('slow');
5 If the code doesn't work then there may be some problem with your JQuery then try JS
document.getElementByID('copyright').style.display="none";
Don't forget to post your comments @getnetrix © genetrix.blogspot.com
0 Comments:
Post a Comment