How do I hide the smile selecter?

Ii just installed smile manager, and I want to hide the original smile selecter,
How would I go about achieving this?

you could paste the following in the EXTRA.CSS template. This probably isn't the best way of hiding the dropdown and I'm not sure whether this will have any adverse affects anywhere else.

Code:
.mce_xenforo_smilies {display: none;}
 
Top Bottom