Reply To: Logo Pixelation

Homepage Community Forums Aspire Theme Support Logo Pixelation Reply To: Logo Pixelation

#18158
sallen5280
Customer

    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.