Remove Legend in the who is online box 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

    Remove Legend in the who is online box

    avatar
    fredhoggin
    New Member


    Male Posts : 24
    Reputation : 0
    Language : english

    Solved Remove Legend in the who is online box

    Post by fredhoggin December 9th 2010, 4:58 pm

    Hi Folks I have been reading through old posts but can't find an answer.

    I want to remove this "Legend : [ Administrator ] [ Moderator ]" I found a post that said to put this code "em {display:none}" in the CSS. I have done that and it works but it also removes the senders name and date in a Private Message.

    Anyone know how I can just remove the Legend without removing the sender in PMs ?

    Thank You.
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    Solved Re: Remove Legend in the who is online box

    Post by ankillien December 9th 2010, 5:09 pm

    Hello,

    Please try using this CSS code...

    Code:
    #main-content > p > em {
    display:none;
    }
    avatar
    fredhoggin
    New Member


    Male Posts : 24
    Reputation : 0
    Language : english

    Solved Re: Remove Legend in the who is online box

    Post by fredhoggin December 9th 2010, 5:22 pm

    Great stuff ankillien Thanks for the swift reply job done thank you very much. salut
    avatar
    Guest
    Guest


    Solved Re: Remove Legend in the who is online box

    Post by Guest December 9th 2010, 5:34 pm

    Solved + Locked