How to disable feed from category

I setup a self-host Vanilla forum. How can I disable feed & feed icon in category list
Tagged:
0
I setup a self-host Vanilla forum. How can I disable feed & feed icon in category list
Comments
Welcome to the community!
What version of Vanilla are you running?
Could you post a screenshot showing what you want disabled?
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
Hi,
I want to disable feed (remove icon in red circle in attached screenshot/feed) for categories
Sorry, I just removed some personal information from my screenshot. My Vanilla version is 2.2.3.4
this sort of question can be answered easily if you learn to use a tool like firebug or chrome inspect, then you can find the selector and hide it.
that is how people do it normally.
grep is your friend.
Put this in your custom.css file. If you don't know what that is, read up on themes in docs/wiki.
Theme quickstart guide
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.