Colored ranks problems 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

    Colored ranks problems

    avatar
    Crywider
    Forumember


    Male Posts : 34
    Reputation : 0
    Language : Slovak, English, Czech, Polish
    Location : Bardejov - SLOVAKIA

    Solved Colored ranks problems

    Post by Crywider January 26th 2013, 3:03 pm

    Hello, I have few questions for you...first I want you to know that I'm not expert in these things so that's why I'm asking you. Smile
    So my problem is:
    1) I want this to be colored as in the "Who's online" part (3) - yellow "Administrators" with yellow glow in this case (it only gives the glow effect)
    2) I want here (behind the usernames) glow effect too (not only in rank)

    only CSS I used in is for glow effect:
    Code:
    a[href="/g1-administrators"] {
        text-shadow:1px  0px  6px  #f7ff00;
    }

    Colored ranks problems Dfwozb

    my forum: http://trziste102.zforum.biz/forum


    Last edited by Jophy on February 1st 2013, 10:19 am; edited 3 times in total (Reason for editing : link was for portal, I have edited it so now it is direct for the forum)
    Mike
    Mike
    Hyperactive


    Male Posts : 4255
    Reputation : 471
    Language : English, HTML, CSS
    Location : Loveland, Colorado

    Solved Re: Colored ranks problems

    Post by Mike January 26th 2013, 3:42 pm

    Instead of doing:

    Code:
        a[href="/g1-administrators"] {
            text-shadow:1px  0px  6px  #f7ff00;
        }

    If you're the founder, change it to

    Code:
        a[href="/u1"] {
            text-shadow:1px  0px  6px  #f7ff00;
        }
    avatar
    Crywider
    Forumember


    Male Posts : 34
    Reputation : 0
    Language : Slovak, English, Czech, Polish
    Location : Bardejov - SLOVAKIA

    Solved Re: Colored ranks problems

    Post by Crywider January 27th 2013, 9:59 am

    Works, thanks...and any way to Moderstors of the forum be colored? (number 1 in the picture)
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: Colored ranks problems

    Post by Sanket January 27th 2013, 1:07 pm

    Code:
    a[href="/g1-administrators"]
    Instead of g1-administrators, add whatever is the url of that moderator group.
    avatar
    Crywider
    Forumember


    Male Posts : 34
    Reputation : 0
    Language : Slovak, English, Czech, Polish
    Location : Bardejov - SLOVAKIA

    Solved Re: Colored ranks problems

    Post by Crywider January 31st 2013, 2:42 pm

    Thank you guys Smile
    The last thing I want to know is to change colour of text "Administrators" (number 1 in the picture which I have captured).
    It is WHITE when I haven't clicked on it, but after I click on it, it's RED (both with yellow shadow as I want)...but I want to have that font with yellow color like is ADMINISTRATOR group on my forum. Is this possible?
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: Colored ranks problems

    Post by Sanket January 31st 2013, 2:52 pm

    With css its not possible to add the color there for that rank.
    avatar
    Crywider
    Forumember


    Male Posts : 34
    Reputation : 0
    Language : Slovak, English, Czech, Polish
    Location : Bardejov - SLOVAKIA

    Solved Re: Colored ranks problems

    Post by Crywider February 1st 2013, 10:17 am

    Oh, I didn't know that...thanks for info and for your HELP guys Smile solved so lock please...
    Jophy
    Jophy
    ForumGuru


    Male Posts : 17922
    Reputation : 836
    Language : English
    Location : Somewhere

    Solved Re: Colored ranks problems

    Post by Jophy February 1st 2013, 10:19 am

    Topic Solved & Locked