Okay
  Public Ticket #230312
Text not Showing (white color) in visual composer
Closed

Comments

  • keno started the conversation

    I added the code from here:

    http://themenectar.ticksy.com/faq/2331

    into the "salient/functions.php" and what happened can be seen on the screenshot...

    So..something went really wrong.

    Can you please explain where to put the code in the functions.php???

    THanks

  •  8,448
    Tahir replied

    Hey Keno!

    Sorry for the trouble , there arent supposed to be any p tags btw the code . Have fixed the FAQ . The end code should look like this:

    add_action('admin_head', 'admin_css');
    
    function admin_css() {
      echo '<style>
        .js .tmce-active .wp-editor-area {
        color: #555 !important;
    }
      </style>';
    }

    Thanks


    ThemeNectar Support Team