Letrix
Member
Hello. I would like to style custom user titles to be the same colour as their primary group user title on my forum. Is there a way to do it?
I've tried things such as
but to no avail.
Here's an example of a custom user banner that I'm using.
And here's the custom usertitle that I have in that group's "User title override"
<font color="#3366bb">Forum Admin</font>
Please could you help me find a method of making something like what I desire? Thanks.
Here's a link to my site: https://pokemonrevolution.net/forum/index.php
I've tried things such as
Code:
.userTitle.message-userTitle {
color: .userBanner
}
Here's an example of a custom user banner that I'm using.
Code:
.userBanner.userBanner.ForumAdmin {
color: #FFFFFF;
font-weight: bold;
background: #3366bb;
border-color: #9999ff;
}
<font color="#3366bb">Forum Admin</font>
Please could you help me find a method of making something like what I desire? Thanks.
Here's a link to my site: https://pokemonrevolution.net/forum/index.php