Problems, need help? Have a tip or advice? Post it here.
4 posts Page 1 of 1
I have a commercial license for couch and I have the responsive admin panel installed. The problem I'm having is I can't replace the admin panel logo or favicon with my own. I uploaded my custom logo to my server and did what cheesypoof said about editing the customize.css but now the logo just disappeared.
Try F5 and emty your cache. You may have used the same name for the logo and your computer fetches the old image from the cache!?
* * * * * * I LOVE COUCH CMS - flexible and straight forward * * * * * *
I've cleared my cache and it still appears as the old logo.
I have to ask this, but have you set the correct values in your config.php @pautlerchris?
Code: Select all
define( 'K_PAID_LICENSE', 1 );

define( 'K_LOGO_LIGHT', 'your-logo-light.png' );

define( 'K_LOGO_DARK', 'your-logo-dark.png' );
If yes, then please private message me the URL to your admin panel and I'll have a look to see if I can spot anything from your login page.
4 posts Page 1 of 1