RSS widget goes transparent in some screen sizes

For some reason my RSS feeds (standard Wordpress) widget links go transparent when showed on large screens. On smaller ones it changes to the right color.

Can you please show me a way (css) to fix this?

Page:
jsbouwbv.nl/nieuws

Hi There,

Thanks for writing in!

Can you please add this CSS to your theme option -> CSS and let us know how this goes.

.widget_rss {
color: #333 !important;
}

Hope this helps!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.