Liberum Help Desk
The free, open source solution for the web-based help desk.

Adding a logo to your support desk

rated by 0 users
This post has 34 Replies | 15 Followers

Top 10 Contributor
Posts 23
Pete Posted: 05-07-2010 2:03 AM

Add the following to your css (note colours/fonts are my companies corporate settings)

body.logo {
 background-image:url(../image/logo.jpg);
 background-repeat:no-repeat;
 background-attachment:fixed;
 background-position:top center;
 font-family: Calibri, Verdana, Arial, Helvetica;
 font-size: 10pt;
 color: #014a97;
 background-color: #ffffff;
}

then to use change the body tag from <body> to <body class="logo">

I use this on the rep/default.asp and user/default.asp

 

Cheers,

Pete

Top 10 Contributor
Posts 170

Nice! can you post your complete css file so I anyone can see it in it's entire.

Top 10 Contributor
Posts 23

6305.default.css

ok King but there isn't much different from the normal css.

I've just changed the colours and fonts to match our corporate colours and logo. :)

Cheers,

Pete

Top 50 Contributor
Posts 6

That's a cool idea.

________________

kangen water|kangen

Top 500 Contributor
Posts 1

Thanks for sharing this with us... And to change background colors all I need to do is replace the html code with whatever color I want, correct?

Top 500 Contributor
Posts 1

Thanks Pete, worked great.

Top 500 Contributor
Posts 1

Thanks! Very helpful!

Top 500 Contributor
Posts 1

This post was very helpful indeed. Thanks a lot.

Top 10 Contributor
Posts 23

Hi Angelace,

You can do it that way but the better way would be to modify the css so it changes on all of the pages ;)

to do that instead find this line in my code:

background-color: #ffffff;

That is the same as changing it in the html. right now it's set to white but you can make it whatever you want if you know the html code for the colour.

Oh and to everyone else it was my pleasure to share! Glad you all found it useful. 

Cheers,

Pete

 

Top 500 Contributor
Posts 1

I tried doing it myself and it worked great though Im planning to add a little tweak. :)

Top 500 Contributor
Posts 1

It works! :D Love it when that happens. ;)

Get Website TrafficA journey of a thousand sites begins with a single click.

Top 500 Contributor
Posts 1

Worked as described!

Thank you very much ! :)

Top 500 Contributor
Posts 1

Thanks for posting this! Happy to report, it worked like a charm :) 

Top 500 Contributor
Posts 1

very useful post.  I think I could have never been able to do it on my own.

Top 500 Contributor
Posts 1

Thank you very much, this is an useful notes

Page 1 of 3 (35 items) 1 2 3 Next > | RSS
Copyright © Doug Luxem 2000-2010
Powered by Community Server (Non-Commercial Edition), by Telligent Systems