How can i remove the groups legend at the bottom of the screen?
2 posters
How to remove the Legend at bottom of forum?
XenoFalcon- Forumember
- Posts : 134
Reputation : 4
Language : English
SarkZKalie- Support Moderator
- Posts : 1443
Reputation : 220
Language : English
Search and delete this line in your index_body template
- Code:
<p>{LEGEND} : {GROUP_LEGEND}</p>
- Code:
<p class="xxx">{LEGEND} : {GROUP_LEGEND}</p>
- Code:
.xxx{display:none}