vForums Support > Programming & Coding :: Database of Codes/Hacks/Mods :: Code Submissions :: > Remove "Skin Choose" From Select Board

Remove "Skin Choose" From Select Board - Posted By dog199200 (dog199200) on 30th Nov 08 at 8:50am
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 {Tongue Out}