Jump to content
  • 0

Disabling the color picker


CJ2311

Question

So, the skin of the forum has had its color changed to the old STEP color scheme, but the color picker is still visible on each page, and if you happen to select a color there (either intentionally or as a result of a misclick), some of the colors will be updated, and others not, ultimately resulting in pure ugliness without any means to undo it other than deleting cookies.

IMO, it should be fixed, and since the option to disable it in the profile doesn't work, I guess the easiest way to do it would be via CSS.

Simply appending those two lines to the speed div would do it.

    #speed {        visibility: hidden;        display: none;    }
Link to comment
Share on other sites

6 answers to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines, Privacy Policy, and Terms of Use.