How to remove the ‘BY FEEDBURNER’ underline from Feedburner Feed Count Widget
Filed Under: Howto on June 2, 2009
ADVERTISEMENTS
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.
Comments








That’s Wolderful ! Thanks for great post !