Control Web Panel

WebPanel => Information => Topic started by: ai4pp on April 05, 2015, 09:55:55 AM

Title: Logo on CWP client?
Post by: ai4pp 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:

(http://misspetite.eu/upload/cwp-logo.png)


regards,
Peter
Title: Re: Logo on CWP client?
Post by: nikeddy on April 20, 2015, 11:47:19 AM
up  :)
Title: Re: Logo on CWP client?
Post by: Bestariweb Hosting 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;
Title: Re: Logo on CWP client?
Post by: Glenn on April 29, 2015, 01:18:44 PM
Only problem is it looks like the css file is overwritten on updates  :(