Sorry, I don’t understand. The topic title is “config.php”, though WP does not have a file by that name. Otherwise, what editor are you referring to? What do you want to edit?
Hi @bri5645,
You’ll access the wp-config.php file via (s)FTP or through your host’s dashboard (like with cPanel).
If you’re just trying to edit the theme’s files and not the wp-config.php file, you can go to Appearances > Theme Editor.
Thanks,
Elise
I would like to access the theme editor in appearence but it’s missing.
Thanks.
Remove this line from your wp-config.php file:
define( 'DISALLOW_FILE_EDIT', true );
Note, though, that editing the theme is A Bad Idea as your edits will get wiped out when the theme is updated. As it’s a new theme, updates are likely. The solution is to use a child theme if you’re changing PHP, or use the Custom CSS feature of the customizer if you want to change CSS.
It’s working. Running some tests. Thanks.