• Hallo I just made a new wordpress site and I miss the css editor

    Have tryed to remove all the plugins and changed the theme but its not coming back

    Anyone have any ide what to do ?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    There are two common CSS editors:

    1) it’s a module within Jetpack or
    2) use the plugin “Simple Custom CSS”

    Thread Starter jojo89

    (@jojo89)

    edit your /wp-config.php file
    Change this line
    define(‘DISALLOW_FILE_EDIT’, true);
    to
    define(‘DISALLOW_FILE_EDIT’, false);

    did this and now its working fine, question is why I had to do this 😛

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Editing a theme from appearance->editor is dangerous. People are tempted to edit .php files and when you mess up one of those, you can wind up with a dead site. When I build a site for a client, I disable the file editor.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘I miss the css editor in wp’ is closed to new replies.