The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
4 posters

    Neon Glow Name Code

    avatar
    DareDev1l
    Forumember


    Posts : 103
    Reputation : 2
    Language : English

    In progress Neon Glow Name Code

    Post by DareDev1l February 11th 2015, 2:54 pm

    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
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    In progress Re: Neon Glow Name Code

    Post by Ange Tuteur February 11th 2015, 3:11 pm

    Hello @DareDev1l,

    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.
    avatar
    DareDev1l
    Forumember


    Posts : 103
    Reputation : 2
    Language : English

    In progress Re: Neon Glow Name Code

    Post by DareDev1l February 11th 2015, 4:00 pm

    incorrect
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    In progress Re: Neon Glow Name Code

    Post by Ange Tuteur February 11th 2015, 4:04 pm

    The URL of your forum ?
    avatar
    DareDev1l
    Forumember


    Posts : 103
    Reputation : 2
    Language : English

    In progress Re: Neon Glow Name Code

    Post by DareDev1l February 11th 2015, 4:05 pm

    The code i typed it then typed the id and color but it won't work

    write the code in a correct method <3
    avatar
    DareDev1l
    Forumember


    Posts : 103
    Reputation : 2
    Language : English

    In progress Re: Neon Glow Name Code

    Post by DareDev1l February 11th 2015, 4:12 pm

    URL is Yukajo.com
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    In progress Re: Neon Glow Name Code

    Post by Ange Tuteur February 11th 2015, 4:26 pm

    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 :
    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. Wink
    Agent Ward
    Agent Ward
    Forumember


    Male Posts : 38
    Reputation : 2
    Language : English.
    Location : California.

    In progress Re: Neon Glow Name Code

    Post by Agent Ward February 11th 2015, 5:10 pm

    @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; 

    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; 


    }
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    In progress Re: Neon Glow Name Code

    Post by Ange Tuteur February 11th 2015, 5:48 pm

    @Agent Ward that's correct for default names Wink

    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.. Smile
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51554
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: Neon Glow Name Code

    Post by SLGray February 11th 2015, 6:57 pm

    Try adding the code Ange Tuteur posted at the top of your CSS stylesheet.



    Neon Glow Name Code Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.

      Current date/time is November 11th 2024, 7:45 pm