06-01-2015 Saat: 09:52
This tutorial will give you this result:
![14chd37.png](http://i56.tinypic.com/14chd37.png)
This tutorial will show you how to add a cool shadow effect to you user groups.
1) Login to your ACP then from the menu at the top select Users & Groups.
2) Then from the menu on the left select Groups,
3) Then beside the group you want to add the glow effect to click on the options box then select edit.
3) In the Username Style box use the following code:
The first set of numbers is you actual group color and the second set is the color of the shadow, so change these according to your needs.
If you prefer to you hex code instead of RGB use the following code making sure to change the color codes according to your needs:
4) After you have added the code to the Username Styles box and changed it to your needs and hit Save User Group and it you will have exactly as I have picture above. Enjoy!
![14chd37.png](http://i56.tinypic.com/14chd37.png)
This tutorial will show you how to add a cool shadow effect to you user groups.
1) Login to your ACP then from the menu at the top select Users & Groups.
2) Then from the menu on the left select Groups,
3) Then beside the group you want to add the glow effect to click on the options box then select edit.
3) In the Username Style box use the following code:
Kod:
<span style="color: rgb(124, 213, 226); text-shadow: rgb(124, 213, 226) 1px 1px 4px;"><strong><em>{username}</em></strong></span>
The first set of numbers is you actual group color and the second set is the color of the shadow, so change these according to your needs.
If you prefer to you hex code instead of RGB use the following code making sure to change the color codes according to your needs:
Kod:
<span style="color: #7CD5E2; text-shadow: #7CD5E2 1px 1px 4px;"><strong><em>{username}</em></strong></span>
4) After you have added the code to the Username Styles box and changed it to your needs and hit Save User Group and it you will have exactly as I have picture above. Enjoy!