Referring to this topic: Make staff users more recognizable with customized avatars, posts, and mentions
I have a problem with my post badge/logo, I have used this class
.topic-post.group-staff > article:before {
content: "";
position: absolute;
display: block;
width: 300px;
height: 150px;
opacity: .1;
margin-top: 8px;
transform: rotate(-15deg);
background-image: url("https://i.postimg.cc/R0tR4wx9/watermark-logo.png") !important;
background: no-repeat center;
background-size: contain;
}
Which should be appearing for staff members, but that is not working. I have tested the code without the group selector, and without it works fine.
Was there any change how staff posts are getting generated? Seems to be that there is no group class generated when I create a post.
Any help is appreciated.