How do I remove these 2 things? 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 do I remove these 2 things?

    PR TAZER
    PR TAZER
    Forumember


    Male Posts : 170
    Reputation : 0
    Language : English

    Solved How do I remove these 2 things?

    Post by PR TAZER June 17th 2011, 10:25 pm

    1.)

    How do I remove the the bar above the avatar that displays the username?

    http://speedcap.net/img/c70da7363e9f953ee84fcce527a6a026/c197d.png

    2.) I use invision and want to remove the lines underneath all of the links?


    Last edited by PR TAZER on June 17th 2011, 10:43 pm; edited 1 time in total
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: How do I remove these 2 things?

    Post by Nera. June 17th 2011, 10:31 pm

    Hi,

    1. Try adding this to CSS
    Code:
    .postprofile-head .popmenubutton-new-out {
        display: none;
    }

    2. Try adding this
    Code:
    a:link {
        text-decoration: none !important;
    }
    PR TAZER
    PR TAZER
    Forumember


    Male Posts : 170
    Reputation : 0
    Language : English

    Solved Re: How do I remove these 2 things?

    Post by PR TAZER June 17th 2011, 10:35 pm

    1.) FIXED

    2.) It only removed some of the underlines. Many still remain
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: How do I remove these 2 things?

    Post by Nera. June 17th 2011, 10:38 pm

    Try adding this also. If not, can I see your forum?

    Code:
    a:visited {
    text-decoration: none !important;
    }
    a:hover {
    text-decoration: none !important;
    }
    a:active {
    text-decoration: none !important;
    }
    PR TAZER
    PR TAZER
    Forumember


    Male Posts : 170
    Reputation : 0
    Language : English

    Solved Re: How do I remove these 2 things?

    Post by PR TAZER June 17th 2011, 10:40 pm

    PR TAZER
    PR TAZER
    Forumember


    Male Posts : 170
    Reputation : 0
    Language : English

    Solved Re: How do I remove these 2 things?

    Post by PR TAZER June 17th 2011, 10:42 pm

    They both have been fixed.


    Thank you Nera.
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: How do I remove these 2 things?

    Post by Nera. June 17th 2011, 10:51 pm

    You welcome.

    Solved ~ Locked