Forum for discussing general topics related to Couch.
2 posts Page 1 of 1
I would like to rebrand the dashboard with my logo.. How do I do that?
Hi,

Rebranding will require (as of v1.3) buying a PRO license (http://www.couchcms.com/products/).
Once the license is in place, the following settings in couch/config.php will do the needful -

// 23.
// Rebranding. Uncomment the following defines and add your 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', 'gmail.png' );

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

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

Please make sure to uncomment the hilited lines i.e. remove the '//' before them.
Thanks.
2 posts Page 1 of 1
cron