Is there a way to hide item names in galleries for aesthetic reasons? Similar to how you can hide item names in pet TCs? Is there any code that will hide the item names, and if so, what is it? If there isn't an option, maybe this should be moved to the suggestions forum.
<style>
.item-name {display: none;}
</style>
Stick it in the gallery description, just be aware it won't work for anyone who has "Show layouts in user shops and galleries" turned off in their preferences, they'll see the info as normal
And this hides the quantity/in stock numbers
<style>
.item-qty {display: none;}
</style>