Problems, need help? Have a tip or advice? Post it here.
4 posts Page 1 of 1
I purchased a commercial license and cannot figure out how to switch out the couch logos in the admin section.
Hi,

To rebrand Couch (i.e. replace its logo and links with your own), please find the following lines in couch/config.php,
uncomment the ones containing 'define' (i.e. remove the '//' prefixed to 'define') and add your own info -
// 23a. Company Logo on light background (Max. 171 x 64 pixels. Needs to be placed within 'couch/theme/images/' folder)
//define( 'K_LOGO_LIGHT', 'couch.gif' );

// 23b. Company Logo on dark background (Max. 171 x 64 pixels. Needs to be placed within 'couch/theme/images/' folder)
//define( 'K_LOGO_DARK', 'couch_dark.gif' );

// 23c. Footer content (Company name and link)
//define( 'K_ADMIN_FOOTER', '<a href="http://www.yourcompany.com">COMPANY NAME</a>' );
KK wrote: Hi,

To rebrand Couch (i.e. replace its logo and links with your own), please find the following lines in couch/config.php,
uncomment the ones containing 'define' (i.e. remove the '//' prefixed to 'define') and add your own info -
// 23a. Company Logo on light background (Max. 171 x 64 pixels. Needs to be placed within 'couch/theme/images/' folder)
//define( 'K_LOGO_LIGHT', 'couch.gif' );

// 23b. Company Logo on dark background (Max. 171 x 64 pixels. Needs to be placed within 'couch/theme/images/' folder)
//define( 'K_LOGO_DARK', 'couch_dark.gif' );

// 23c. Footer content (Company name and link)


//define( 'K_ADMIN_FOOTER', '<a href="http://www.yourcompany.com">COMPANY NAME</a>' );


Hi KK, can't recall whether I've a license, could you please check? I also would like to rebrand couch CMS
Hi KK, can't recall whether I've a license, could you please check? I also would like to rebrand couch CMS

I couldn't find designdiverso.com in my records.

That said, feel free to change the logo as is :)
4 posts Page 1 of 1