XF 1.5 How to change the color of Rank Banner tags.

Generally, questions about resources should be asked in the resource thread, but if you can provide me with a link, I can see if I can come up with some CSS for you.
 
Generally, questions about resources should be asked in the resource thread, but if you can provide me with a link, I can see if I can come up with some CSS for you.
It's not a resource as in like addon or something you would download, it's a guide that shows how to use the custom CSS for banners in Xenforo. And the link is provided upwards. Or click here
 
I meant a link to your site.

That's still a resource, in any case, and it would be better to post over there. I would still be happy to help you.
 
I meant a link to your site.

That's still a resource, in any case, and it would be better to post over there. I would still be happy to help you.
.userBanner.my-style
{
color: white;
background-color: green;
border-color: green;
}
Like see this? How am I able to make the colors more specific? Like if I wanted a Royale Purple how would I do that?
 
Top Bottom