How to remove the Legend at bottom of forum? Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
2 posters

    How to remove the Legend at bottom of forum?

    avatar
    XenoFalcon
    Forumember


    Posts : 134
    Reputation : 4
    Language : English

    How to remove the Legend at bottom of forum? Empty How to remove the Legend at bottom of forum?

    Post by XenoFalcon April 4th 2015, 4:55 am

    How can i remove the groups legend at the bottom of the screen?
    SarkZKalie
    SarkZKalie
    Support Moderator
    Support Moderator


    Male Posts : 1443
    Reputation : 220
    Language : English

    How to remove the Legend at bottom of forum? Empty Re: How to remove the Legend at bottom of forum?

    Post by SarkZKalie April 4th 2015, 5:46 am

    Search and delete this line in your index_body template
    Code:
    <p>{LEGEND}&nbsp;:&nbsp;{GROUP_LEGEND}</p>
    Orr give it a class
    Code:
    <p class="xxx">{LEGEND}&nbsp;:&nbsp;{GROUP_LEGEND}</p>
    Add this to CSS
    Code:
    .xxx{display:none}