Help With Chatbox CSS
3 posters
Page 1 of 1
Help With Chatbox CSS
Hello i am displaying TM with this code
It's only for my name as you can see in the code but how do i make it so it shows in the chatbox?
Thanks in advance!
Regards
FrOsTyXi
- Code:
a[href="/u1"] span strong:after{font-size:10px;content:"™";color:red}
It's only for my name as you can see in the code but how do i make it so it shows in the chatbox?
Thanks in advance!
Regards
FrOsTyXi
Re: Help With Chatbox CSS
Could you post a test account, that can view the chat box?
Last edited by Sir. Mayo on May 12th 2015, 4:12 am; edited 1 time in total (Reason for editing : wording)
Re: Help With Chatbox CSS
Ok i shortened the code just for me like this the 050505 is not getting the TM also made a few adjustments to it aswell here that is
Now after adding the code the TM is in front of the : in the chat like this image shows
Can we fix this?
Thank you for the help!
Regards
FrOsTyXi
- Code:
#chatbox_members span[style="color:#000000"]::after,span.user[style="color:#000000"]::after, span.user[style="color:#000000"]::after {
position: relative;
top: 3px;
content: "™";
fornt-wieght:10px;
color:red;
}
Now after adding the code the TM is in front of the : in the chat like this image shows
Can we fix this?
Thank you for the help!
Regards
FrOsTyXi
Re: Help With Chatbox CSS
Check my post about your user name, by adding ™ it should add TM to the end for your name.
if you do that make sure to remove
if you do that make sure to remove
- Code:
a[href="/u1"] span strong:after{font-size:10px;content:"™";color:red}
Re: Help With Chatbox CSS
Thank you for your help and kind words, still on the fence if i want to add it to my name but it's something to think about.
Thank you again!
FrOsTyXi
Thank you again!
FrOsTyXi
Re: Help With Chatbox CSS
@FrOsTyXi
Or try this:
Result:
JS
Or try this:
- Code:
#chatbox .user-msg span[data-user="1"]::after {
color: red;
content: "™";
font-family: Verdana;
font-size: 10px;
}
Result:
JS
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum