How To Remove FeedJit, Advertlet and MyBlogLog Footer
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
↩







NH is my wicked mind and my alter ego. I shall refrain from being corrected no matter what the circumstances are. Part time Web Developer, full time egoist. 

May 10, 2008 at 5:59 pm
ok. ko tere
[Reply]
May 10, 2008 at 7:27 pm
lol. manada terer sgt pun. btw, aku dah puas cari code utk tukar white background bagi “you join my community” dkt widget mybloglog tu.
any solution?
syuxx’s last blog post..Wp 2.5.1 succesfully upgraded!
[Reply]
May 10, 2008 at 10:31 pm
la.. kan ade kt atas tu.
[Reply]