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.
The forum of the forums
4 posters

    Bold usernames

    avatar
    tribinasrb
    Forumember


    Male Posts : 115
    Reputation : 0
    Language : SERBIAN, English, Russian
    Location : Belgrade, Serbia

    Solved Bold usernames

    Post by tribinasrb 21/11/2012, 05:29

    I wonder how to make moderators and admins usernames look like regular members at 'who is online'? I managed to remove colored usernames, but they remained bolded.

    I have added this code to 'pictures&colors/colors/CSS stylesheet:
    .colormod {
    font-weight: lighter !important;
    }

    , but has no effect.

    This is how looks my CSS stylesheet:

    colormod {
    font-weight: lighter !important;
    }
    a { text-decoration: none; }
    a > span > strong, a > em > span > strong, b > a {
    font-weight: normal !important;

    Is that even possible on phpbb2?
    tommycoo
    tommycoo
    Forumember


    Male Posts : 615
    Reputation : 9
    Language : Indonesia

    Solved Re: Bold usernames

    Post by tommycoo 21/11/2012, 05:39

    if u want to make the username bold
    may u test my css here is it
    Code:
    a[href="/u?"], a[href="u?"] {
            font-weight:bold;
        }

    Change ? to username link ..
    example your link in forumotion

    https://help.forumotion.com/u2101

    just replace ? with 2101
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Bold usernames

    Post by SLGray 21/11/2012, 05:42

    Try this:
    font-weight: normal !important;



    Bold usernames Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    avatar
    tribinasrb
    Forumember


    Male Posts : 115
    Reputation : 0
    Language : SERBIAN, English, Russian
    Location : Belgrade, Serbia

    Solved Re: Bold usernames

    Post by tribinasrb 21/11/2012, 06:05

    tommycoo, i want to make moderators and admins usernames normal.

    slg, not working.

    Bold usernames 35kmis8

    This is how it looks in CSS stylesheet. I don't know what's wrong..

    Bold usernames Ort7au

    Usernames bolded and underlined in red are the members of moderator group. I want to remove bold format from their usernames
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Bold usernames

    Post by SLGray 21/11/2012, 08:18

    Try this:
    Code:
    .colormod {
        font-weight: 100 !important;
    }



    Bold usernames Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Kaizer Lee
    Kaizer Lee
    Active Poster


    Female Posts : 1064
    Reputation : 54
    Language : English, Tagalog, Spanish and Chinese
    Location : Philippines

    Solved Re: Bold usernames

    Post by Kaizer Lee 21/11/2012, 16:44

    slg wrote:Try this:
    Code:
    .colormod {
        font-weight: 100 !important;
    }

    Is this what you want or the individual username code?
    avatar
    tribinasrb
    Forumember


    Male Posts : 115
    Reputation : 0
    Language : SERBIAN, English, Russian
    Location : Belgrade, Serbia

    Solved Re: Bold usernames

    Post by tribinasrb 24/11/2012, 23:03

    slg wrote:Try this:
    Code:
    .colormod {
        font-weight: 100 !important;
    }
    I tried this, and it works only for moderators. Admins are still bolded. Is there some individual username code?

    EDIT: I made it. I just inserted this code:
    .coloradmin {
    font-weight: 100 !important;
    }

    Thanks. Lock.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Bold usernames

    Post by SLGray 25/11/2012, 01:16

    Topic Solved & Locked



    Bold usernames Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.

      Current date/time is 23/9/2024, 03:24