What this code does is Removed the Skin Chooser from the select board, all you have to do is apply the code in the Header of the board that you want the skin chooser to be removed from.
<style>
#skin_changer {
display: none;
}
</style>
No editing