Lpeek Posted November 29, 2009 Share Posted November 29, 2009 Hey, I've just changed the colour of text in my theme to white, but now in the back office, wherever I have a textarea to enter information such as the product description this text is showing as white... which I can't see as the background of the textarea is white.Is there any way to turn off the back office using the front office font colour? or at least change it? Link to comment Share on other sites More sharing options...
bartbh Posted August 18, 2011 Share Posted August 18, 2011 Sorry for bumping this old topic, but I'm having the same problem with my Prestashop 1.4 installation. I've changed the font color to white, but indeed all the textarea's in the backend also have white text, which makes it unreadable. How can I have white text on the frontend and black text in the textarea's at the backend? Link to comment Share on other sites More sharing options...
Mike Kranzler Posted August 18, 2011 Share Posted August 18, 2011 Hi lpeek and bartbh, If I'm understanding your question correctly, the piece of code in question should be in the content.css file. Let me know if you have any trouble finding that file or the code snippet in question. -Mike Link to comment Share on other sites More sharing options...
bartbh Posted September 6, 2011 Share Posted September 6, 2011 Yess, thanks for your help. Would have never found it on my own! For people with the same problem: the CSS file is located in js/tiny_mce/themes/advanced/skins/cirkuit/content.css In the CSS file I've added "!important" to the font-color declaration: body.mceForceColors {background:#FFF; color:#000 !important;} 1 Link to comment Share on other sites More sharing options...
Mike Kranzler Posted September 6, 2011 Share Posted September 6, 2011 I'm glad I could help! I hope that if lpeek is still having this issue, he comes back and sees this as well. -Mike Link to comment Share on other sites More sharing options...
Recommended Posts