Hi,
I was wondering if there was any way to remove the "RSS feed for comments on this post"-link that is placed automatically at the end of all my pages (such as here: http://gunnhildhuser.wordpress.com/english-info/). As comments are turned off it doesn't make sense to have a link to the RSS feed for comments, but I cannot for the life of me figure out how to make it go away using CSS.
By using Firebug i managed to find out that the tagName for "RSS" in the link is "ABBR", so I put this into my CSS:
ABBR {
display:none;
}-
This, however, left me with the original link, only without the word "RSS", which looked even worse. If anyone could help me out I'd be very grateful!
(PS: Please don't pay too much attention to the design as it's still a work in progress :)
The blog I need help with is gunnhildhuser.wordpress.com.