koriwhat
2Legit2Quit
- Joined
- Sep 9, 2025
- Messages
- 164
- Reaction score
- 68
CSS for...Talk to me more about the username bolding. See mine as an example. I'm not sure what I want (or if I'm even interested).
I don't really know what this means, but I'm updating a field called Username CSS and for the current setup I specified the following:
font-weight: bold;
color: #C4CED4;
text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000,
-1px 1px 0 #000000, 1px 1px 0 #000000;
If any of you geeks speak this lingo, hit me with suggestions. Whatever we do, it will begin as a one-size fits all exercise, so can't please everyone today.
Text is Bold, color of text is a hex that equals blue-grey, and text has a css-filter for a drop shadow.