I never meant to share this but here goes 1. Why do I want to remove this? Because they don’t fit in my current theme and because they look ugly. I do this by customizing the CSS. You can change your CSS in your theme folder, called ‘style.css’.
This is only for geeks, who runs their own WordPress or blog.
To remove FeedJit footer, paste these lines in your CSS. This will remove both the footer and header
.FJ_Heading {display: none;}
.FJ_TrafFoot {display: none;}
To remove MyBlogLog, use this,
.mbl_fo_hidden {display: none;}
.mbl_h {display: none;}
To remove Advertlets logo, you have to put a <div> class around the javascript provided. Use this.
<div class=”advertlets”> Javascript by Advertlets </div>
In your style.css, put this,
.advertlets tbody img {display: none;}
Let me know if it doesn’t work.
ps : Is this against TOS? I don’t know and I don’t care. Please don’t ask this question.
pss: Should also teach you guys how to remove Google Ads footer?
- Sharing is caring
↩
NoktahHitam is my alter ego. I am a nocturnal Web Developer at 
There are 42 Comments for “How To Remove FeedJit, Advertlet and MyBlogLog Footer”