How do you delete the image next to the profile button? 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 you delete the image next to the profile button?

    avatar
    Bladez
    New Member


    Posts : 3
    Reputation : 1
    Language : English

    Solved How do you delete the image next to the profile button?

    Post by Bladez January 22nd 2012, 1:39 am

    When I put in all the code(s) I needed in the CSS then it made the icon I used for the topic(s), chatbox, and image before username.
    How do you delete the image next to the profile button? Lol12
    This is what I got when I used it.
    Code:
            .name strong a[href="/u1"]{
                padding-left: 20px;
                padding-top: 5px;
                background: url("LINK") no-repeat left;}
            #chatbox_members a[href="/u1"]{
                padding-left: 20px;
                background: url("LINK") no-repeat left;}
            .gensmall a[href="/u1"]{
                padding-left: 20px;
                padding-top: 5px;
                background: url("LINK") no-repeat left;}

    P.S. I'm using phpbb2
    avatar
    Guest
    Guest


    Solved Re: How do you delete the image next to the profile button?

    Post by Guest January 22nd 2012, 9:42 am

    Try to delete the last part:
    Code:
            .gensmall a[href="/u1"]{
                padding-left: 20px;
                padding-top: 5px;
                background: url("LINK") no-repeat left;}
    or, replace that to:
    Code:
            .gensmall a[href="/u1"]{
                padding-left: 20px;
                padding-top: 5px;
                background: url("LINK") no-repeat left;}

            .gensmall a[href="/u1"] img{
                background: transparent no-repeat left !important;}
    avatar
    Bladez
    New Member


    Posts : 3
    Reputation : 1
    Language : English

    Solved Re: How do you delete the image next to the profile button?

    Post by Bladez January 22nd 2012, 9:01 pm

    It didn't work Confused I wanted to keep the code not delete it.
    Nera.
    Nera.
    Energetic


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

    Solved Re: How do you delete the image next to the profile button?

    Post by Nera. January 22nd 2012, 9:13 pm

    Don't use the CSS for that, you can't delete it when you add it with CSS for BB2 from there, use the script from this topic:
    https://help.forumotion.com/t102569-icon-before-username?highlight=icon+before
    avatar
    Bladez
    New Member


    Posts : 3
    Reputation : 1
    Language : English

    Solved Re: How do you delete the image next to the profile button?

    Post by Bladez January 22nd 2012, 9:23 pm

    Nera. wrote:Don't use the CSS for that, you can't delete it when you add it with CSS for BB2 from there, use the script from this topic:
    https://help.forumotion.com/t102569-icon-before-username?highlight=icon+before
    OMG TYSM! :wouhou:
    Nera.
    Nera.
    Energetic


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

    Solved Re: How do you delete the image next to the profile button?

    Post by Nera. January 22nd 2012, 9:25 pm

    bye

    Topic Solved & Locked