S Selekah New member Feb 23, 2013 #1 How do I remove the 'RSS Feed' icons next to the latest post? I've looked everywhere and I can't find it.
How do I remove the 'RSS Feed' icons next to the latest post? I've looked everywhere and I can't find it.
Shelley Well-known member Feb 23, 2013 #3 Selekah said: How do I remove the 'RSS Feed' icons next to the latest post? I've looked everywhere and I can't find it. Click to expand... Have you tried adding the following into the EXTRA.CSS template. Code: .node .tinyIcon { display: none; } Upvote 0 Downvote
Selekah said: How do I remove the 'RSS Feed' icons next to the latest post? I've looked everywhere and I can't find it. Click to expand... Have you tried adding the following into the EXTRA.CSS template. Code: .node .tinyIcon { display: none; }
Jake Bunce Well-known member Feb 23, 2013 #4 http://xenforo.com/community/threads/how-do-i-disable-rss-feeds.24165/#post-296451 edit - ninjas Upvote 0 Downvote
Slavik XenForo moderator Staff member Feb 23, 2013 #5 .node .tinyIcon .feedIcon { display:none; } Upvote 0 Downvote