Neon Glow Name Code
4 posters
Page 1 of 1
Neon Glow Name Code
There a code for a neon glow that makes The Admin Name Shine or glow in da forum
can any one give it 2 me <3
can any one give it 2 me <3
DareDev1l- Forumember
- Posts : 103
Reputation : 2
Language : English
Re: Neon Glow Name Code
Hello @DareDev1l,
Add the following code to your stylesheet :
Administration Panel > Display > Colors > CSS stylesheet
The 1s you see on the first line are the ID of a user. You can see this ID by going to their profile and looking at the Addressbar. For example https://help.forumotion.com/u88576 I'm 88576
To change the color of the text-shadow replace #F00 with the color code of your choice. You can use http://www.colorpicker.com/ to make it easy.
Add the following code to your stylesheet :
Administration Panel > Display > Colors > CSS stylesheet
- Code:
a[href="/u1"] span strong, span[data-user="1"] {
text-shadow:0 0 3px #F00;
}
The 1s you see on the first line are the ID of a user. You can see this ID by going to their profile and looking at the Addressbar. For example https://help.forumotion.com/u88576 I'm 88576
To change the color of the text-shadow replace #F00 with the color code of your choice. You can use http://www.colorpicker.com/ to make it easy.
Re: Neon Glow Name Code
The code i typed it then typed the id and color but it won't work
write the code in a correct method <3
write the code in a correct method <3
DareDev1l- Forumember
- Posts : 103
Reputation : 2
Language : English
Re: Neon Glow Name Code
URL is Yukajo.com
DareDev1l- Forumember
- Posts : 103
Reputation : 2
Language : English
Re: Neon Glow Name Code
I can assure you the code is more than correct. I think the problem lies in the User ID. Have you changed the User ID to YOUR ID ? This is the most important part :
If you're not www.yukajo.com/u1 I'd recommend going to your profile to get the correct ID. If you've already changed the ID, please post the modified code that you're using.
The 1s you see on the first line are the ID of a user. You can see this ID by going to their profile and looking at the Addressbar. For example https://help.forumotion.com/u88576 I'm 88576
If you're not www.yukajo.com/u1 I'd recommend going to your profile to get the correct ID. If you've already changed the ID, please post the modified code that you're using.
Re: Neon Glow Name Code
@Ange Tuteur
I tried your code and it didn't work for me either. However, I have already made my own username glow. Here's the code that I used;
I tried your code and it didn't work for me either. However, I have already made my own username glow. Here's the code that I used;
- Code:
a[href="/u1"]{
text-decoration: none !important;
text-shadow: 0 0 0.2em purple, 0 0 0.2em black, 0 0 0.2em purple;
.a_chat_pm tr, .a_chat_pm td, .a_chat_tab tr, .a_chat_tab td {
display:none!important;
}
Re: Neon Glow Name Code
@Agent Ward that's correct for default names
For members in groups you can use : a[href="/u1"] span strong
For members not in groups : a[href="/u1"]
However, the latter can also affect avatars with different style props..
For members in groups you can use : a[href="/u1"] span strong
For members not in groups : a[href="/u1"]
However, the latter can also affect avatars with different style props..
Re: Neon Glow Name Code
Try adding the code Ange Tuteur posted at the top of your CSS stylesheet.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» help in this code . the effect on code > add button to Put under the colored writing
» [Tutorial] BBCode Neon
» Name Glow?
» When i paste a long code via [code][/code] the page expands
» When I edited a message with a code "code" it adds a space
» [Tutorial] BBCode Neon
» Name Glow?
» When i paste a long code via [code][/code] the page expands
» When I edited a message with a code "code" it adds a space
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum