شارات الفريق على حاوية المنشور

Hello,

I am looking for something like this

Is there an option for this in default discourse, or do I have to code it myself? And if yes, then where exactly can I specify custom css.

Thanks :slight_smile:

إعجاب واحد (1)

Some places use the name field. Or a custom title entry.

Screenshots_2022-07-30-20-01-17

I used custom title. Full moderator or admin csn tag custom titles

Hello thanks for the reply!

However, I was talking about the “Lost Ark” Logo behind the actual post content.

إعجاب واحد (1)

Have you looked at the CSS to determine how they implemented it?

إعجاب واحد (1)

Yes, they did it with a pseudo-element.

إعجاب واحد (1)

Have you tried creating a theme component to replicate the look?

3 إعجابات

Good call! Will try and let you guys know how I proceed :slight_smile:

إعجاب واحد (1)

Sounds good - let us know if you have any problems!

إعجاب واحد (1)

Hey!

So I tried using the same CSS styling for a test.

Isn’t there also some HTML I need to add? And what would the div look like, never seen such a div class tbf, thats why I am asking, a little bit curious.

Both .topic-post:before { .. } and .topic-post > article:before { .. } work for me. Additional classes depend on how or for whom you want to restrict that view. Not sure on which element you have the .mod-highlight class.

إعجابَين (2)

What did you write in the HTML part?

not sure what you mean by that. I didn’t change anything apart from adding the style declaration.

إعجاب واحد (1)

Oh yeah, it does work!

Thanks man <3

إعجاب واحد (1)