- Compatible With XenForo
- 2.0, 2.1
Deleting rss is very easy. Follow these steps :
1. Go to ACP and search for "extra.less" template
2. In extra.less template just add this code :
1. Go to ACP and search for "extra.less" template
2. In extra.less template just add this code :
CSS:
.p-footer-rssLink span {
display: none;
}