Hi I was wondering if anyone could help me with this please, if it's possible?
I would like to hide the five lines of stats on the battlepet widget.
I would like to keep the pet's image, name, training countdown and the little icon links.
Thanks very much!
Hey hey,
See if this custom CSS works for you:
.x-js-widget-battlepet table:nth-of-type(1) tr:nth-of-type(-n+5){display:none;}
[box=#509b91]
[/box]