T the100yen Member Apr 22, 2013 #1 Ii just installed smile manager, and I want to hide the original smile selecter, How would I go about achieving this?
Ii just installed smile manager, and I want to hide the original smile selecter, How would I go about achieving this?
Shelley Well-known member Apr 22, 2013 #2 the100yen said: Ii just installed smile manager, and I want to hide the original smile selecter, How would I go about achieving this? Click to expand... 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;} Upvote 0 Downvote
the100yen said: Ii just installed smile manager, and I want to hide the original smile selecter, How would I go about achieving this? Click to expand... 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;}
T the100yen Member Apr 22, 2013 #3 Thanks, it worked perfect....I will look out for any issues... Upvote 0 Downvote