views:

18

answers:

1

Hi, Is it possible to remove the type of research (for example 'Film'), inside the list of items returned from freebase jQuery suggestion?

Thanks for your attention. Simone

+2  A: 

How about just using CSS?

<style>
 .fbs-item-type { display:none; }
</style>
Will Moffat
Many Many thanks!
Simone Di Cola