N

How to remove bold from this?

newdude_1

Active Member
Reputation: 5%
I know this will be really simple but how do i remove this from displaying bold text: It represents "Staff Online" widget, added the below which works great but want it not to be bold. Thank you.

<b style="color:#ff0000;">S</span><span style="color:#ff1100;">t</span><span style="color:#ff2200;">a</span><span style="color:#ff3300;">f</span><span style="color:#ff4400;">f&nbsp;</span></span><span><span style="color:#ff5500;">O</span><span style="color:#ff6600;">n</span><span style="color:#ff7700;">l</span><span style="color:#ff8800;">i</span><span style="color:#ff9900;">n</span><span style="color:#ffaa00;">e</span></span></span></b>
 
You find in the template of the addon to create that color text effect. And edit the code.
Change b to span
 
Top