Shaded7477 Posted February 11, 2023 Share Posted February 11, 2023 (edited) Hello, maybe somebody knows how to change system default text color to other or that be #000 in color picker? Add screenshot. Edited February 11, 2023 by Shaded7477 (see edit history) Link to comment Share on other sites More sharing options...
ps8modules Posted February 14, 2023 Share Posted February 14, 2023 Hi, .js/tiny_mce/plugins/colorpicker/include.min.js find: cp.setHex("#ffffff"); replace: cp.setHex("#000000"); Link to comment Share on other sites More sharing options...
Shaded7477 Posted February 15, 2023 Author Share Posted February 15, 2023 On 2/14/2023 at 7:50 AM, ps8moduly.cz said: Hi, .js/tiny_mce/plugins/colorpicker/include.min.js find: cp.setHex("#ffffff"); replace: cp.setHex("#000000"); Hi, thanks, I changed it. But text still #ffffff color. How it change that text color be #000000 (black) fill auto? Link to comment Share on other sites More sharing options...
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 accountSign in
Already have an account? Sign in here.
Sign In Now