How can I add a symbol before username? 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.
4 posters

    How can I add a symbol before username?

    Van-Helsing
    Van-Helsing
    Hyperactive


    Male Posts : 2431
    Reputation : 116
    Language : English, Greek

    Solved How can I add a symbol before username?

    Post by Van-Helsing October 18th 2015, 3:46 am

    Hello,
    How can I add a symbol etc (+,-) before a username in different color via CSS?

    Forum Version: PunBB


    Last edited by Black-Shadow on October 18th 2015, 2:37 pm; edited 1 time in total
    SarkZKalie
    SarkZKalie
    Support Moderator
    Support Moderator


    Male Posts : 1442
    Reputation : 220
    Language : English

    Solved Re: How can I add a symbol before username?

    Post by SarkZKalie October 18th 2015, 9:31 am

    Try this
    Code:
    a[href="/u3975"]:before {
        content: "+";
    }
    How can I add a symbol before username? Upload10



    How can I add a symbol before username? Sarkzk10
    Van-Helsing
    Van-Helsing
    Hyperactive


    Male Posts : 2431
    Reputation : 116
    Language : English, Greek

    Solved Re: How can I add a symbol before username?

    Post by Van-Helsing October 18th 2015, 10:17 am

    Hello @SarkZKalie,
    Its not working, I have tried another similar code but its not working too.

    Code:

    span[style="color:#990012"]:before {
    content: "+";
    }

    Maybe it needs HTML or Javascript.
    SarkZKalie
    SarkZKalie
    Support Moderator
    Support Moderator


    Male Posts : 1442
    Reputation : 220
    Language : English

    Solved Re: How can I add a symbol before username?

    Post by SarkZKalie October 18th 2015, 10:38 am

    What about this? Twisted Evil
    Code:
    a span[style="color:#990012"]:before {
    content: "+";
    font-size: 14px;
    }



    How can I add a symbol before username? Sarkzk10
    Van-Helsing
    Van-Helsing
    Hyperactive


    Male Posts : 2431
    Reputation : 116
    Language : English, Greek

    Solved Re: How can I add a symbol before username?

    Post by Van-Helsing October 18th 2015, 1:48 pm

    @SarkZKalie,
    Its not working too Sad
    SocialAcademy
    SocialAcademy
    Forumember


    Male Posts : 145
    Reputation : 11
    Language : JavaScript, CSS, Html, JQuery, C#, C++, Php, Python
    Location : Forumotion

    Solved Re: How can I add a symbol before username?

    Post by SocialAcademy October 18th 2015, 2:09 pm

    try this :

    First Go to your Panel -> User & Groups -> Modify a group (select a group which you want to add the symbol -> Group Members Color

    Copy the Color of the group then insert

    Code:
    span[style="color:#groupcolornumber"]:before {
        color: #000000;
        content: "+";
        font-weight: bold;
    }
    Van-Helsing
    Van-Helsing
    Hyperactive


    Male Posts : 2431
    Reputation : 116
    Language : English, Greek

    Solved Re: How can I add a symbol before username?

    Post by Van-Helsing October 18th 2015, 2:20 pm

    Hello @SocialAcademy,
    Ok I have update the code and placed the following CSS code

    Code:

    span[style="color:#990012"]:before {
        color: #FF0000;
        content: "+";
        font-weight: bold;
    }

    but its not working.
    I have copied the color code from usergroup and paste it into span[style]

    Ok I moved the CSS in a different place on stylesheet and now its working.

    Thank you very much. The problem has been solved now.
    cheers
    brandon_g
    brandon_g
    Manager
    Manager


    Male Posts : 10113
    Reputation : 923
    Language : English
    Location : USA

    Solved Re: How can I add a symbol before username?

    Post by brandon_g October 18th 2015, 2:54 pm

    Thanks for the help Social Academy and SarkZKalie Very Happy.


    Topic solved and archived ~ brandon_g



    How can I add a symbol before username? Brando10
    Remember to mark your topic How can I add a symbol before username? Solved15 when a solution is found.
    General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

    How can I add a symbol before username? Scre1476
    Team Leader
    Review Section Rules | Request A Review | Sticker Points