Jump to content

[SOLVED] How to change the back office text area font colour?


Recommended Posts

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

  • 1 year later...

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

  • 3 weeks later...

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;}

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...