I need help to fix this code I found. It should work for the chatbox however i believe it glitched the forum Im trying to create. Can someone help me fix this error.
I believe it goes with this topic: https://help.forumotion.com/t129844-username-in-multiple-colors <--Except that one is just the forum not the CSS for the chatbox.
I believe it goes with this topic: https://help.forumotion.com/t129844-username-in-multiple-colors <--Except that one is just the forum not the CSS for the chatbox.
- Code:
span[data-user="#"] { font-size:0 }
span[data-user="#"]:before {
font-size:11px;
content:"Name";
color: black;
}
span[data-user="#"]:after {
font-size:11px;
content:"Name";
color: Color;
}
Last edited by Distruktion1408 on April 13th 2016, 2:23 am; edited 1 time in total