IdeGaasMbrale 0 Posted May 4, 2020 Share Posted May 4, 2020 Hello I have a problem with not wanting to show me this glitter effect the code I use is this one #Administrator { color: #FF0000; background-image: url (http://resources.guild-hosting.net/201604011348/themes/core/images/tag_fx/sparkle_white.gif); font-weight: bold; text-shadow: 0 0 .9em #ffffff; } Link to comment Share on other sites More sharing options...
mr-pimpen 387 Posted May 5, 2020 Share Posted May 5, 2020 you have that in the css thats y its not showing up add it to the Group Formatting put this in your admin <span style='color: #007FFF; background: url(https://www./Image/Vmao0.gif); font-weight: bold;'> when I load your site, I was like a vampire, slept for thousands of years and just now is my first glimpse of light haha. Link to comment Share on other sites More sharing options...
Voldri 8 Posted May 5, 2020 Share Posted May 5, 2020 10 hours ago, IdeGaasMbrale said: Hello I have a problem with not wanting to show me this glitter effect the code I use is this one #Administrator { color: #FF0000; background-image: url (http://resources.guild-hosting.net/201604011348/themes/core/images/tag_fx/sparkle_white.gif); font-weight: bold; text-shadow: 0 0 .9em #ffffff; } Did you define the group as an ID in the group formatting? It would be something like <div id="Administrator"></div> In your group Link to comment Share on other sites More sharing options...
mr-pimpen 387 Posted May 5, 2020 Share Posted May 5, 2020 8 minutes ago, Voldri said: Did you define the group as an ID in the group formatting? It would be something like <div id="Administrator"></div> In your group are you putting it in the group name that might be y its not showing put in the group try this one add to the group name Quote <span style="color:#E8549E; font-weight:bold; background-image:url(https:///sparkle_pink.gif);">Admin</span> 17 minutes ago, mr-pimpen said: are you putting it in the group name that might be y its not showing put in the group try this one add to the group name here i got fixed it this should work add it to the group name <span style="color:#E8549E; font-weight:bold; background-image:url(https://www./Image/Q5arH.gif);">Admin</span> this is the one you are looking for add this <span style="color:#E8549E; font-weight:bold; background-image:url(https://www./Image/Q5arH.gif);"> when I load your site, I was like a vampire, slept for thousands of years and just now is my first glimpse of light haha. Link to comment Share on other sites More sharing options...
IdeGaasMbrale 0 Posted May 7, 2020 Author Share Posted May 7, 2020 Not again sparkles Link to comment Share on other sites More sharing options...
mr-pimpen 387 Posted May 7, 2020 Share Posted May 7, 2020 2 hours ago, IdeGaasMbrale said: Not again sparkles we at webflake can only do so much to give you what you want i gave you the codes for what ya want you have to find a giff that you want!!!! when I load your site, I was like a vampire, slept for thousands of years and just now is my first glimpse of light haha. Link to comment Share on other sites More sharing options...
JzVolt 10 Posted May 9, 2020 Share Posted May 9, 2020 (edited) On 5/4/2020 at 4:32 PM, IdeGaasMbrale said: Hello I have a problem with not wanting to show me this glitter effect the code I use is this one #Administrator { color: #FF0000; background-image: url (http://resources.guild-hosting.net/201604011348/themes/core/images/tag_fx/sparkle_white.gif); font-weight: bold; text-shadow: 0 0 .9em #ffffff; } Because you doing it wrong. Use "." instead of "#" So it shows as: .Administrator { } Then in your group put it like <span class="whatever the name after your dot" On 5/5/2020 at 2:58 AM, mr-pimpen said: <span style="color:#E8549E; font-weight:bold; background-image:url(https://www./Image/Q5arH.gif);">Admin</span> this is the one you are looking for add this <span style="color:#E8549E; font-weight:bold; background-image:url(https://www./Image/Q5arH.gif);"> Also, you can put this under custom.css, so you don't have massive long line to edit in your group formatting field. So it should show up like: .admin { color: #00000; background: url(link) } Edited May 9, 2020 by AcerD9 Updated information Link to comment Share on other sites More sharing options...
Recommended Posts