Reply To: Want to remove the RSS icon in the header

#226
livemeshlivemesh
Keymaster

Best way to do this would be to paste this css snippet in Custom CSS tab of theme options panel –

#social-container li.rss-feed {
display: none;
} 

Hope this helps.