T Tasanar Active member Feb 28, 2020 #1 I would like to Bold this title, from my User Title Ladder, when viewed from the forums. Does anyone know what file to edit? Is there an easy way to convert it over to using its own, say, banner? Thanks for the help everyone.
I would like to Bold this title, from my User Title Ladder, when viewed from the forums. Does anyone know what file to edit? Is there an easy way to convert it over to using its own, say, banner? Thanks for the help everyone.
KSA Well-known member Mar 1, 2020 #2 Add this to your EXTRA.less template CSS: .message-userTitle { font-weight: bold; } Upvote 0 Downvote
T Tasanar Active member Mar 1, 2020 #3 Ahha! Thanks a lot my friend. Say I wanted to bump the font up a little? Or add a banner to it? Pretty simple to use right in the EXTRA.less? Upvote 0 Downvote
Ahha! Thanks a lot my friend. Say I wanted to bump the font up a little? Or add a banner to it? Pretty simple to use right in the EXTRA.less?
KSA Well-known member Mar 4, 2020 #4 Yes CSS: .message-userTitle { font-size: 14px; } What you do mean banner? Upvote 0 Downvote