DISQUS

DISQUS Hello! Dan Cameron is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

Dan Cameron

wordpress enthusiest
Jump to original thread »
Author

2.2 RSS Widget CSS “Fix”

Started by dancameron · 10 months ago

One of the many things I’m not fond of in the newly released widgetized wordpress 2.2 is the RSS widget styling.
For those who don’t like the RSS icons, especially if you have a dark theme you can use this CSS to hide them.
.rsswidget img {
display: none;
}% ... Continue reading »

3 comments

  • You should still be able to alter that just using your own custom CSS.

    If setting different sizing (try the !important modifier too) doesn't work, then you could always hide that image inside the link ( a.rsswidget img {display:none;} ) and then put your own in as a background image for a.rsswidget, which (I believe) would effectively replace it with one that you could control the size of.
  • Having a background would work if you wanted every list item to have a background too, :)
  • Ah, I see now; that was a poor choice they made in terms of the markup. It is still possible to strip out those width/height parameters via a plugin if you want to, though.

Add New Comment

Returning? Login