How to remove the ‘BY FEEDBURNER’ underline from Feedburner Feed Count Widget

by Vineet Sharma on June 2, 2009

in Howto




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.

Geekace Feed Count 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)}

Geekace Feed

That’s all, you will see that ‘BY FEEDBURNER’ underline is gone.

Related:

{ 1 comment… read it below or add one }

1 thanphong07 March 1, 2010 at 5:21 pm

That’s Wolderful ! Thanks for great post !

Leave a Comment

Previous post:

Next post: