Title: Insert/edit image box
Last modified: August 31, 2016

---

# Insert/edit image box

 *  Resolved [aidy660](https://wordpress.org/support/users/aidy660/)
 * (@aidy660)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/insertedit-image-box/)
 * Hi, I was wondering if I could get any help on this. I’ve been searching the 
   code for hours and cant put my finger on it, but i want to change the text colour
   and border colour of this [http://imgur.com/tqQSIym](http://imgur.com/tqQSIym)
   its almost the same as the background and only visible if you highlight the text.
 * Thanks
 * [https://wordpress.org/plugins/asgaros-forum/](https://wordpress.org/plugins/asgaros-forum/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Author [Asgaros](https://wordpress.org/support/users/asgaros/)
 * (@asgaros)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/insertedit-image-box/#post-7140258)
 * I think that the font-color gets changed by some CSS of other plugins or your
   theme maybe. The box is some standard WordPress box and I dont do any changes
   inside there.
 * What is the name of your theme you are using? Do you have a public link where
   I can check your sites CSS? If so, can you make me a test account for the forums?
 *  Thread Starter [aidy660](https://wordpress.org/support/users/aidy660/)
 * (@aidy660)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/insertedit-image-box/#post-7140274)
 * It’s a custom theme made in Artisteer. I’m new to making websites and don’t have
   a clue how to get a public link to the CSS if you could redirect me?
 *  Plugin Author [Asgaros](https://wordpress.org/support/users/asgaros/)
 * (@asgaros)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/insertedit-image-box/#post-7140275)
 * It should be enough if you can send me the link to your website here.
 *  Thread Starter [aidy660](https://wordpress.org/support/users/aidy660/)
 * (@aidy660)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/insertedit-image-box/#post-7140279)
 * [http://dramacats.net/](http://dramacats.net/)
 *  Plugin Author [Asgaros](https://wordpress.org/support/users/asgaros/)
 * (@asgaros)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/insertedit-image-box/#post-7140283)
 * Hey again,
 * this problem is definitely caused by your themes css file. You can add this code
   to your themes css-file to change the green color to black for example:
 *     ```
       .mce-container, .mce-container *, .mce-widget, .mce-widget * {
           color: #000;
       }
       ```
   
 *  Thread Starter [aidy660](https://wordpress.org/support/users/aidy660/)
 * (@aidy660)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/insertedit-image-box/#post-7140287)
 * The code did not work but it helped knowing it was in the themes css file. I 
   have it working now. Thank you very much for your help, it is muchly appreciated.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Insert/edit image box’ is closed to new replies.

 * ![](https://ps.w.org/asgaros-forum/assets/icon-128x128.png?rev=1546717)
 * [Asgaros Forum](https://wordpress.org/plugins/asgaros-forum/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/asgaros-forum/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/asgaros-forum/)
 * [Active Topics](https://wordpress.org/support/plugin/asgaros-forum/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/asgaros-forum/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/asgaros-forum/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [aidy660](https://wordpress.org/support/users/aidy660/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/insertedit-image-box/#post-7140287)
 * Status: resolved