Now a Days Because of encrypted coding , it is Not possible to remove footer credits. but following fix will help you to hide the Footer Credits from your blogger template.
1St METHOD:
Step 1: open Blogger.com
Step 2: Login to your Blogger and open your blog.Step 3: Go to Dashboard > Template > Edit HTML
Step 4: find the credit/footer link
Step 5: Add following line just after id='mycontent'
style=”visibility: hidden”
Step 6: Save your Template and Enjoy the Pro Template...
If 1st method not work on your template, try 2nd method.
2Nd METHOD:
Step 1: open Blogger.com
Step 2: Login to your Blogger and open your blog.Step 3: Go to Dashboard > Template > Customise > Advanced > Add CSS
Step 4: Add Following CSS Code
.copyright{display:none!important;}(Note: .copyright is class you are going hide, which are sometime diffrent (.example) in your template. Check your id before doing anythig by going to Edit Html )
Step 5: Click on "Apply to Blog"
Step 6: Now you have to add your copyrights in text, Add below code just above <div class='copyright'>
Copyright © Year<a href='URL' rel='dofollow' title='Blogger Templates'>YourWebsiteName</a>Step 7: Save Template and Enjoy...
I Hope This will Help you, Reply in Comment section.
Post a Comment
Post a Comment