XF 1.1 Help please?

JpA

Active member
I'm trying to get my name to show up as a black name highlighted in red. I do believe to do this I go here;
http://puu.sh/5nCY4.png
And for a css put like highlight.namestuff:{ stupid code stuff I don't know :p What would be the code for red highlights? For example:
http://puu.sh/5nD0E.jpg
 
Last edited:
I'm trying to get my name to show up as a black name highlighted in red. I do believe to do this I go here;
http://puu.sh/5nCY4.png
And for a css put like higher;){ stupid code stuff I don't know :p What would be the code for red highlights? For example:
http://puu.sh/5nD0E.jpg
Hi there...just use the properties no need to write anything in this case....you can change the color and background color by clicking where you see the red and black in the picture below....

this.webp
 
Well...I can tell you why it didn't work the way you wanted.

Communication.

When you post asking for help you need to remember that other people can't guess what you want to do, you show a picture with no description and I really don't know if you want this or that so I show the fastest path from A to B.

To do what you want you need to undo that which I said above and in the user group setting that you have shown in your first picture enter this for the css...

Code:
background-color:#000000;
color:#FFFFFF;

and then edit the color values to your liking
 
Well...I can tell you why it didn't work the way you wanted.

Communication.

When you post asking for help you need to remember that other people can't guess what you want to do, you show a picture with no description and I really don't know if you want this or that so I show the fastest path from A to B.

To do what you want you need to undo that which I said above and in the user group setting that you have shown in your first picture enter this for the css...

Code:
background-color:#000000;
color:#FFFFFF;

and then edit the color values to your liking
I need to be able to like this post more than once (please).
 
Top Bottom