how to remove rss feed icon with additional css?
i found this googling
.subslink{
display:none !important;
}
.forumactionlinks .subslink {
background-image:none !important;
}
which works perfectly but for some reason its only removing the subscribe icon, i want to also have RSS icon removed as well but i don't want to disable rss or edit template. just a simple css so i can use like that.
|