So, you want to hide that 'footer credit' from the free blogger templates-and you tried editing the main HTML of the theme. You removed that footer element from there and went back to refresh page - It redirects you to their theme website!
Many of the Blogger template makers make the templates like Goyabi, Msdesign , Templetify etc..Most of them provide the same paid template free - but has that footer credits on it.There's nothing much to keep that templates name down the footer, some some people found it to be problem :(
Now how to remove that? These templates have encrypted JavaScript in it which checks if the footer credit is present or not. If not, it will simply redirect you to their website.
Here, I'll not show how to decrypt it, but how to remove that or hide that credit.There are many solutions already present but some works and other didn't. So I thought to came up with a ultimate way to solve this problem.
#1 Using CSS
You can easily set the opacity or visibility of that to none or 0.But in some cases, it still redirects to their main web page.
Steps are as follows for this method-
- Go to Blogger.com , Theme > Edit HTML.
Edit HTML in Blogger. - Click Ctrl + F, but before that, make the text area focused(That means right click on the code anywhere.) then this will appear.
- Search the exact the thing that appear on footer. For eg - If it comes MSdesign , search for Msdesign.
- Then you will able to find the footer tag. If not, Search 'footer' and finally add between the tag.For eg, <div id='footerfix'> , change to <div id='footerfix' visibility='none'> .
Now lets move to the Second one.
#2 Using JavaScript OR Jquery
Here, we will be finding the element and using JS or Jquery.[after page loads ->> set opacity to 0.]
Steps are as follows for this method-
- Go to your blog and open Inspect Element.(Ctrl+Shift+I on Google chrome for Windows).
- Click on select element (Ctrl+Shift+C) on the top left corner of Inspect window.
- Locate the element you want to hide and note down the respective id.(If there is no id, note down the class.)Click on below image and look carefully.
- Add the below code in the <head></head> of your page, replacing the ID with your Id.(Do not remove the # and If you noted down class[as in step 3], replace #ID to the class and add '.' in front of it.)
<script>
$(document).ready(function(){ $(#mscontent).css('opacity','0'); }); </script>
- And for JavaScript, put below code at the end of the document-
<script> document.getElementById("ID").style.opacity= 0; </script>
So here you knew about how to hide that.If you know about query or JavaScript, you can easly make it out.And, if you missed any steps and lost any where, simply comment your blogs URL down below and I'll give you direct Jquery and JavaScript code.
https://gamefullindir.blogspot.com/
ReplyDeletepls help me
As I can see, you are using visibility='hidden' to hide the credits.
DeleteIf you want, you can use the following jquery code.
$(document).ready(function(){
$(#mycontent).css('opacity','0');
});
Thanks for commenting.
www.pleasebeupdate.com
ReplyDeletePlease provide Jquery Code
Oops!Your site isn't opening. Please recheck your URL.
DeleteWorry Not!
ReplyDeleteYou can add the code given below to your HTML-
$(document).ready(function(){
$('.copyright-area').css('opacity','0');
});
OR else you can refer to this.
Thanks for Commenting.
www.manadarling.com
ReplyDeletepls hide the footer...
Hmm...looks like there is some problem with your domain service provider:(
Deletehttps://info-lowongan-indonesia-terkini.blogspot.com/
ReplyDeleteYou can add the code given below to your HTML-
Delete$(document).ready(function(){
$('.copyright-area').css('opacity','0');
});
Thanks for Commenting.
Hi,
ReplyDeleteYou can add the code given below to your HTML-
$(document).ready(function(){
$('.ty_footer_copyright').css('opacity','0');
});
Thanks for Commenting.
ablogger.online
ReplyDeletehelp me plss
You can add the query code given below in your script element-
Delete$(document).ready(function(){
$('#mscontent').css('opacity','0');
});
Thanks for Commenting.
Hello CssMagz,
ReplyDeletePlease help to remove encrypt code and footer credit of https://get-celebrities.blogspot.com/
You can add the query code given below in your script element-
Delete$(document).ready(function(){
$('#mscontent').css('opacity','0');
});
Thanks for Commenting.
https://dorrkalm.blogspot.com/
ReplyDeletehelp pls sora templ
You can add the query code given below in your HTML script element-
Delete$(document).ready(function(){
$('.ty_footer_copyright').css('opacity','0');
});
Thanks for Commenting.
https://www.homestayhoctienganh.com/
ReplyDeleteplease help me fixed it
Nice....you removed it!
DeleteHelp please, I have tried all your advise. Nothing works. www.modernmogul.co.uk is mine. Please help
ReplyDeleteSure...Please DM us on our FB page.:)
DeleteThe code is not working for my website https://www.newsbus.tk in use schema template please help me
ReplyDeleteمش بيفتح معي
ReplyDeletehttps://www.tknobloog.com
plzz decrypt my blogger template my url here
ReplyDeletehttps://fullstockrom.blogspot.com/
I am very very very very very very upset plzz heeeeeelp meeee
Hi please help me : Https://anontech1.blogspot.com/
ReplyDeleteabidkhanpro.blogspot.com
ReplyDeleteI don't went to remove it but just want to stop it from redirecting. Check mine here > www.billionairesroot.blogspot.com, after that kindly comment the code there so I can see it easily. It's still under development. Thanks for your support
ReplyDeleteIf you want to stop redirecting, you can decrypt and remove unwanted JavaScript.
DeleteKnow More - https://css-magz.blogspot.com/2018/09/encryption-and-decryption-of-footer-credits-in-Blogger.html
https://www.techquiet.com/
ReplyDeletePls help me to remove my footer credit
please help me
ReplyDeletehttps://www.iitianscareer.com/
please help me..i'll give you acces to my blog www.kaifiyatuna.com
ReplyDeletehttps://tejasautkar.com
ReplyDeleteGreat it work! Very satisfied!
ReplyDelete~Awesome!
https://healthweightlossdaily.blogspot.com/ please help hiding the copy righted area.
ReplyDeletehi, can you please help me for this one https://www.govtjobs247.com/
ReplyDeletewith regards
mk
I have done all the dycription of javascript as you said. Now, how to remove footer credit.
ReplyDeleteSimply remove the HTML or JavaScript associated with it.
DeleteOr else you can replace the name and link of the credit with that of your website.
Hello Dear,
ReplyDeleteI would like to know the method of removing signature java-script completely instead of hiding it for the www.templateclue.com templates.
If possible to send a description or a video tutorial
Thank you and best regards
lebanondoctorcomputer@gmail.com
Hi
DeleteI have already written a post about it :)
https://css-magz.blogspot.com/2018/09/encryption-and-decryption-of-footer-credits-in-Blogger.html
Thanks For the Comment.