XF 1.2 How can I edit the usergroup banners shown on profiles?

I asked Borgan this;
Is there any way that I can customize the badge thats shown on peoples profile? It is abit different than the banners inside of threads.


And he replied;
Hello

You can use specificity in EXTRA.css to target classes on individual pages.

Regards

Do anyone know how I can do that? :)

.... Yes, I did ask him, but he told me to post in on the forums.
 
Last edited:
Thanks. Here is the result and the CSS, if anyone is interested.

Message:
8209a29b9bbdde94473d371f68cfe1d5.png


Profile:
43dcd29ddfd78f62a749b283a1043dd2.png


Code:
Code:
.member_view .userBanner {
background: none;
border: none;
box-shadow: none;
border-left: 1px solid black;
border-right: 1px solid black;
}
 
Top Bottom