XF 1.1 Group Styling problem! help!

sybase22

Member
Hello folks i really don't understand why the other color of my other usergroup won't work.
I checked the admin and customize it with my own css , the admin group works okey but the rest of the group won't work! I double check the settings and make sure the css code is correct but still it won't work! Is there any settings that i need to edit first and put the id number in order for the color of the usergroup will randomly appear on my board? Just wondering please i really need help about this.

Here's my css:

Code:
font-family:Calibri;
border-radius: 10px;
font-size:10pt;
display: inline-block;
text-shadow:0 0 10px ff6000;
color: #00c1c3;
background:url(http://i49.tinypic.com/2w5psmb.gif);
text-shadow: 1.5px 1.5px 15px #FF3300;
}


Thanks!
 
Hello folks i really don't understand why the other color of my other usergroup won't work.
I checked the admin and customize it with my own css , the admin group works okey but the rest of the group won't work! I double check the settings and make sure the css code is correct but still it won't work! Is there any settings that i need to edit first and put the id number in order for the color of the usergroup will randomly appear on my board? Just wondering please i really need help about this.

Here's my css:

Code:
font-family:Calibri;
border-radius: 10px;
font-size:10pt;
display: inline-block;
text-shadow:0 0 10px ff6000;
color: #00c1c3;
background:url(http://i49.tinypic.com/2w5psmb.gif);
text-shadow: 1.5px 1.5px 15px #FF3300;
}


Thanks!

Remove the } <<<
 
I need help i have one usergroup that it really won't change the color.
I copy paste everything and make sure all codes are correct but geez it's not working please help :(

Code:
font-family:Consolas;
border-radius: 8px;
font-size:10pt;
display: inline-block;
text-shadow:0 0 10px ff6000;
color:#f9bc6d;
background:url(http://static.uzzapers.com/images/icons/glitter.gif);
text-shadow: 1.5px 1.5px 15px #FF3300;
 
Top Bottom