Homepage › Community Forums › Aspire Theme Support › Logo Pixelation › Reply To: Logo Pixelation
I figured it out. For whatever reason, when you do a one-click install, the wp-config.php file inserts a line of code disallowing editing.
define(‘DISALLOW_FILE_EDIT’, false);
Changing it from ‘true’ to ‘false’ is all you need to do.