Support Forums for LiveMesh Themes & Plugins › Forums › Enticing Theme Support › Want to remove the RSS icon in the header › Reply To: Want to remove the RSS icon in the header
August 11, 2012 at 12:18 pm
#226
livemesh
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.