XenForo If you want to easily make STICKY and LOCKED standout.

M

MapleOne

Guest
Screenshot (93).webp




If you want to make the Sticky or Locked icon stand out a bit more just add this to extra.less



Code:

Code:
/* Change Sticky and Locked Icon to Bold */
.structItem-status--sticky:before { font-weight: 800; }
.structItem-status--locked:before { font-weight: 800; }

Continue reading...