How can I replace the comma?

man of

Well-known member
Registered
Joined
Jul 13, 2021
Messages
93
Points
28

Reputation:

hi all
How can I replace the comma in users online like vb forums i want to pic instead comma
thanks alot
like that pic

Untitled.gif
 

Attachments

  • 1626342906479.png
    1626342906479.png
    382 bytes · Views: 98

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,519
Points
523

Reputation:

add this to extra.less, but not checked in detail, so just a small idea:

Less:
.listInline.listInline--comma > li:after, .listInline.listInline--customField > li:after {
    content: url(https://fvsch.com/articles/css-content-image/star.png);
}
 
Top