The default FeedBurner Feed Count widget carries a ‘BY FEEDBURNER’ text at the bottom which can be removed using a simple CSS trick. The underlined text can be removed using a “not very well known” CSS Property ‘Clip’ which sets the shape of an element.
Copy the Feed Count code generated by the FeedBurner interface to your webpage and add this single line of code to your CSS style sheet.
img.fc_custom01{position:absolute; clip:rect(0px 88px 20px 0px)}
That’s all, you will see that ‘BY FEEDBURNER’ underline is gone.
Related:
- How to make Windows 7 remember Folder Position and Size
- Show Off your latest Buzz from Google on your Blog
- Hack WordPress 2.9 to automatically clear Trash after X number of days
- How to Send Free SMS to any Mobile Phone using Yahoo! Mail
- Lively, Google’s Virtual World
- Get novaPDF Lite Edition for free with a Genuine License
- Opera & Custom Search
- Browse and Tweet at the same time with Echofon Firefox Plugin

{ 1 comment… read it below or add one }
That’s Wolderful ! Thanks for great post !