RSS Feed Icon

Hi I would like to remove the RSS Feed Icon against all post - my audience are somewhat older and will not appreciate the use
Regards
John B
0
Hi I would like to remove the RSS Feed Icon against all post - my audience are somewhat older and will not appreciate the use
Regards
John B
Comments
I think that must be an addon.
Do you want to disable it, or just not show the icon?
just not show it
Use a web inspector (e.g. Firebug for Firefox) to identify what the element name is, and then use CSS to hide it with
display: none
You can use CSSEdit addon to make CSS changes if you don't have a custom theme already.
thanks, im still quite new so will create a custom theme and then start making changes there