• I don’t have the “Editor” section in the “Design” category of my menu.
    Why is that?

    I need to edit CSS of my theme, but how?

    Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • Editing the Theme file CSS directly isn’t a good idea. (It will be lost when you will update the theme.)
    You can either create a child theme & put your additional CSS there or you can go to Theme–>Customise–>Additional CSS.

    Please check the documentation of the theme to see if you can edit CSS.

    Try to insert this on wp-config file
    define( ‘DISALLOW_FILE_EDIT’, false);

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

The topic ‘Can’t find Editor’ is closed to new replies.