Hi elowenthal
The best way to customize the livechat popup window is to use Firefox with Firebug extension installed to easily identify and select the elements of the livechat window you want to customize. Basically, all you have to do is figure out which CSS property it is you want to customize and then define that by going to Components -> JLive! Chat -> Settings -> CSS from within your Joomla administrator.
So for example; to override the background image CSS for the livechat popup window, you might define a custom CSS rule that looks something like this:
| Code: |
#livechat_container { background: url("../images/backgrounds/your_new_image.gif") no-repeat left top !important; }
|
Please notice the "!important" at the end of the line above... that basically tells the web browser that this is the final rule for that property.
Hope that helps
Best regards
John