Page 1 of 1

Changing Help Desk Background Color

Posted: Wed Jun 01, 2011 12:02 am
by GlenH
Script URL: http://www.numediapublishing.com/support/
Version of script: 2.2
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution: customization

Write your message below:

Can I customize(change color) to the main menu header background for the ‘help desk’?

At present the background default color is a ‘Green’ color for all the headers /sub-headers and button backgrounds

I read in a ‘Knowledge Base’ article, you talk about editing the CSS Style sheet.

Can I edit all the incidences where that ‘Green’ color is used? (header backgrounds, buttons etc.)

If so, what is that #HEX color you used?

And if I use the 'find and replace' function to locate all incidences of that color #HEX code in the Style sheet and change it for a ‘Blue’ #HEX color to match my companies logo, will that work, or does more need to be done?

--Glen

Re: Changing Help Desk Background Color

Posted: Wed Jun 01, 2011 3:11 pm
by Klemen
The CSS style file is "hesk_style.css", you can edit it in any text editor. To learn CSS visit
http://www.w3schools.com/css/default.asp

However, the header background is actually an image so you will either have to remove the background image from the CSS file and use a background color or edit the image files in an image editor (headerbg.jpg, headerleft.jpg, headerright.jpg for admin panel and headerbgsm.jpg, headerleftsm.jpg, headerrightsm.jpg for customer front-end).