תגי צוות על מיכל הפוסט

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