XF 2.0 [Resolved]Staff banner color removal ?

Hello,

Like i mention above in the title how do i remove the color from the staff banner because i am having this

cc4c0033533c389de5c9d624d5b2bc1c.webp
and it's very anooying

here the css


Code:
.userBanner.userBanner--staff
{
color: transparent;
background-image: url(<image-url>);
height: 53px;
width: 420px;
background-size: 30%;
margin-top: -4px;
background-repeat: no-repeat;
}

Does anyone know how to remove this banner color ?

EDIT: never mind i know how to fix this xD my mistake
 
Last edited:
Top Bottom