Community Legend on XF

AJH

Up-and-Coming Sensation
Joined
Oct 21, 2021
Messages
356
Reaction score
215
FP$
245
How do forums using XF add the colored Community Legend on the forum index?
 
It's done with a widget.

Code:
<div class="block-footer">
       <span class="block-group-key">
          <center>~ <span style="color: #2e4623;font-size: 0.8vw; font-weight: bold;">Community Leader</span>
          ~ <span style="color: #26289b;font-size: 0.8vw; font-weight: bold;">Community Advocate</span>
          ~ <span style="color: #81170f;font-size: 0.8vw; font-weight: bold;">Chatbanter Loyalist</span>
          ~ <span style="color: #6ac044;font-size: 0.8vw; font-weight: bold;">Valued Member</span> ~</center>
            </span>
        </div>
 
  • Like
Reactions: AJH
Thanks! How would I make the font size bigger in that code?
 
Never mind lol I see **face palm*** 🙂
 
Back
Top Bottom