Trouble applying effects to group names
4 posters
Page 1 of 1
Trouble applying effects to group names
I can't get any of my groups names to apply any effects. Even after using these tutorials
https://help.forumotion.com/t131443-customize-usernames-according-to-group#881088
https://help.forumotion.com/t96136-group-s-style-on-legend-glitter-icon-glow
my forum http://www.bunn3hs-arkserver.com/
codes I tried (even tried placing them at the top of the style sheet
even the individual usernames code below doesn't do anything
I'm at a loss I dunno what else to try
https://help.forumotion.com/t131443-customize-usernames-according-to-group#881088
https://help.forumotion.com/t96136-group-s-style-on-legend-glitter-icon-glow
my forum http://www.bunn3hs-arkserver.com/
codes I tried (even tried placing them at the top of the style sheet
- Code:
a[href="/g4-donators"] {
background: url("http://2img.net/i/fa/admin/couronne.png") no-repeat;
padding-left: 19px;
padding-top: 2px;
}
- Code:
a span[style="color:#C28100"] strong {
text-decoration: none !important;
text-shadow: 0 0 0.6em yellow, 0 0 0.6em yellow, 0 0 0.6em black;
}
even the individual usernames code below doesn't do anything
- Code:
a[href="/u5"]{
text-decoration: none !important;
text-shadow: 0 0 0.6em black, 0 0 0.6em black, 0 0 0.6em white;
}
I'm at a loss I dunno what else to try
Last edited by Bunn3h on September 28th 2017, 3:35 am; edited 1 time in total
Re: Trouble applying effects to group names
figured soon as I post something about it I think I finally got it working
- Code:
a[href="/g4-donators"] {
text-shadow: 0px 0px 5px #FF00D0;
}
Re: Trouble applying effects to group names
ok now its not applying the effect to the users names but I can see it in the group legend?
Re: Trouble applying effects to group names
Chellizard wrote:You want it for specific users or specific groups?
I would like the all users in the group to have the effect, trying to add an image before their usernames and add a glow
Re: Trouble applying effects to group names
Okay, and following this did not help?
https://help.forumotion.com/t96136-group-s-style-on-legend-glitter-icon-glow
Did you add the appropriate CSS to your stylesheet?
Try this for your moderators to just test and see if the image and text shadow works.
https://help.forumotion.com/t96136-group-s-style-on-legend-glitter-icon-glow
Did you add the appropriate CSS to your stylesheet?
- Code:
a[href="/g2-moderators"] {
background: url("http://2img.net/i/fa/admin/couronne.png") no-repeat;
padding-left: 19px;
padding-top: 2px;
text-shadow:0px 2px 13px #f5a911;
}
Try this for your moderators to just test and see if the image and text shadow works.
Re: Trouble applying effects to group names
Chellizard wrote:Okay, and following this did not help?
https://help.forumotion.com/t96136-group-s-style-on-legend-glitter-icon-glow
Did you add the appropriate CSS to your stylesheet?
- Code:
a[href="/g2-moderators"] {
background: url("http://2img.net/i/fa/admin/couronne.png") no-repeat;
padding-left: 19px;
padding-top: 2px;
text-shadow:0px 2px 13px #f5a911;
}
Try this for your moderators to just test and see if the image and text shadow works.
I have this added yet the actual usernames are not applying the effect, but the effect is visible in the legend
- Code:
a[href="/g4-donators"] {
text-shadow:0px 2px 13px #f5a911;
background: url("http://2img.net/i/fa/admin/couronne.png") no-repeat;
padding-left: 19px;
padding-top: 2px;
}
Re: Trouble applying effects to group names
When adding to the usernames you need to use this one.
When you need to add it to a member you need to find the user ID.
How to find the user ID see video:
you will have repeat the code for each member.
- Code:
a[href="/u5"]{
text-shadow:0px 2px 13px #f5a911;
background: url("http://2img.net/i/fa/admin/couronne.png") no-repeat;
padding-left: 19px;
padding-top: 2px;
}
When you need to add it to a member you need to find the user ID.
How to find the user ID see video:
you will have repeat the code for each member.
Re: Trouble applying effects to group names
Problem solved & topic archived.
|
Similar topics
» [HELP]Group Legend Effects
» Applying background Tiles
» Applying falling snow to the forum.
» about the snow effects
» Usernames not visible to guests after applying a Javascript code
» Applying background Tiles
» Applying falling snow to the forum.
» about the snow effects
» Usernames not visible to guests after applying a Javascript code
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum