MyBB Community Forums

Full Version: How do I add those Sale Tags to the sticky threads?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
https://imgur.com/a/WStEw

How do I add those sale tags to the sticky threads please? I would appreciate a lot if someone can helpĀ  Heart Heart
Use css attribute text-transform like this this on the class of the sale tags
CLASS_NAME {
text-transform: uppercase;
}
Of course replace class name with your sale tag id.

Regards
WallBB