Just the text, I can't find it for the life of me :c
Edited the title since I found the first part~
So just the first line of the minion text?
I think that is usually done by giving the minion div a negative text-indent
{ text-indent:-999px; }
Or however many px's it takes to get it off the page.
If you still need it, this should hide just the "Pet Treasure" text (if that is what you are asking for, rather than "Treasure Chest") -
h2 {display:none;}
[box=#444342]