Title: TinyMCE
Last modified: January 8, 2020

---

# TinyMCE

 *  Resolved [puc](https://wordpress.org/support/users/puc/)
 * (@puc)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/tinymce-18/)
 * Hey 🖐
    You have made really great plugin. So first of all thank you Very much!
   But unfortunately it still can’t change TinyMCE `background` and `color`. It 
   just can’t reach `../public_html/wp-includes/js/tinymce/skins/wordpress/wp-content.
   css`

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

 *  Plugin Author [markoarula](https://wordpress.org/support/users/markoarula/)
 * (@markoarula)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/tinymce-18/#post-12313251)
 * Hello,
 * I didn’t understand what is your issue about.
    Can you send me a screenshot or
   explain the issue in more details.
 * Cheers
 *  Thread Starter [puc](https://wordpress.org/support/users/puc/)
 * (@puc)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/tinymce-18/#post-12314988)
 * Please watch the video I made for you:
    [https://drive.google.com/open?id=1sIBb_RSHExv1okNwBXE_zgjaknCXXWSj](https://drive.google.com/open?id=1sIBb_RSHExv1okNwBXE_zgjaknCXXWSj)
 *  Plugin Author [markoarula](https://wordpress.org/support/users/markoarula/)
 * (@markoarula)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/tinymce-18/#post-12398300)
 * Hi,
 * sorry for late reply.
 * You can’t change that tinymce field background color with CSS because it is in
   iframe.
 * To change it you have to use JS.
    Here is an example:
 *     ```
       $('#yourIframe').load(function(){ 
           $(this).contents().find('body').css({
               background-color: '#333333'
           });
       });
       ```
   
 *  Thread Starter [puc](https://wordpress.org/support/users/puc/)
 * (@puc)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/tinymce-18/#post-12398939)
 * JS…
    Anyway thank you!

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

The topic ‘TinyMCE’ is closed to new replies.

 * ![](https://ps.w.org/wp-night-mode/assets/icon-128x128.png?rev=1894661)
 * [WP Night Mode](https://wordpress.org/plugins/wp-night-mode/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-night-mode/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-night-mode/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-night-mode/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-night-mode/reviews/)

## Tags

 * [tinymce](https://wordpress.org/support/topic-tag/tinymce/)

 * 4 replies
 * 2 participants
 * Last reply from: [puc](https://wordpress.org/support/users/puc/)
 * Last activity: [6 years, 3 months ago](https://wordpress.org/support/topic/tinymce-18/#post-12398939)
 * Status: resolved