Author Topic: Logo on CWP client?  (Read 11334 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Logo on CWP client?
« on: April 05, 2015, 09:55:55 AM »
Is it possible to add our own logo to the top banner of CWP client?

Something like this:




regards,
Peter

Offline
*
Re: Logo on CWP client?
« Reply #1 on: April 20, 2015, 11:47:19 AM »
up  :)

Offline
*
Re: Logo on CWP client?
« Reply #2 on: April 24, 2015, 12:10:25 PM »
You Can edit /usr/local/cwpsrv/htdocs/admin/design/css/main.css line 1101

Before :

Code: [Select]
background:url('../images/patterns/4.png') repeat;
to be:

Code: [Select]
background:url('../images/patterns/your-logo.png') 50% 50% no-repeat;

Offline
**
Re: Logo on CWP client?
« Reply #3 on: April 29, 2015, 01:18:44 PM »
Only problem is it looks like the css file is overwritten on updates  :(