Hi!
I want to remove the RSS icon and link in this page: http://www.morbid-design.com/popferradafest/index.php/speakers. I have disabled the options through K2 configuration, but nothing happens. How can I do that?
Thanks!
<style type="text/css">
.k2FeedIcon a, a.k2FeedIcon { display: none; }
</style>
<style type="text/css">
.k2FeedIcon a, a.k2FeedIcon { display: none; }
</style>
.k2FeedIcon a, a.k2FeedIcon { display: none !important; }