JohnP
I have similar code I view in this thread some months ago but now I update to Flarum 1.2 version and this resource not working for me.
This is my code:
div.PostStream div.PostStream-item:not(:first-child) article.CommentPost.Post.Post--by-start-user .Post-header h3:after
{
content: "Author";
background: #F05D1D;
border-radius: 4px;
padding-left: 10px;
padding-right: 10px;
color: #fff;
margin-left: 14px;
}
ItΒ΄s strange that not working with a minimal flarum update no?
In v104 working perfect and now in v120 not view any label with same code.
Any other user stay in Flarum v120 have possibility to testing the same code?