I need help...
Hello, you can do that by changing the MediaWiki:Common.css page of the wiki that you want to change the color of the username on. (You need to have admin rights on that wiki in order to do that.)
You will need to add the following code to that page and then save it:
a[href$=":Skygamer4kogama"],
a[href$="/Skygamer4kogama"] {
color: <color_name> !important;
}
You will need to write the name/code of the color that you want to use for your username instead of <color_name>. You can use a name of a color, RGB code of a color, HEX code, etc.
For example, if you want to make your username red, the code will look something like this:
a[href$=":Skygamer4kogama"],
a[href$="/Skygamer4kogama"] {
color: red !important;
}
Here are some links related to the question:
Feel free to ask more questions regarding changing the appearance of the username or CSS and color names and codes.
StickManReally, I will try!
I don't know how to do, can you show me a proof video or image?
I will try to explain the proccess in more detail.
First of all, make sure that you have admin rights on the wiki that you want to change the color of your username on.
Then, go to the page of your wiki called MediaWiki:Common.css. It's a special page that can be used to change the appearance of your wiki.
If you are still not sure if you have admin rights: if you can edit this MediaWiki:Common.css page, that means that you have admin rights. Otherwise, you won't be able to change the color of your username in such way that everyone will see that.
This is what this page approximately should look like:
Or it may have some code if someone else have added something to this page before.
After you open the MediaWiki:Common.css page on your wiki, click on the "Edit source" button so the editor opens.
Now just copy the following code and paste to the editor:
a[href$=":Skygamer4kogama"],
a[href$="/Skygamer4kogama"] {
color: <color_name> !important;
}
Again, replace <color_name> with a name or code of the color that you want to use. I have attached a few links in my previous reply that may help you with this. If you struggle with finding a name or code of the color that you want, ask away.
Here is what it should look like: I have pasted the code into the editor and changed <color_name> to orange, so the username will be orange.
After you have pasted the code and chose the color, press the "Save changes" button at the bottom.
Done. Now try refreshing the page a few times, and the color of your username will change.
If you still have any questions, feel free to ask. Also, it would be helpful to know what wiki you want to change the color of your username on.
Thank!
What do you think?