To remove the live support from the header of your site follow these setps.
- login to admincp
- Styles & Templates
- Style Manager
- Choose your style to change
- open the header and microcart_header templates
- Find
HTML Code:
<li>
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
WIDTH=75 HEIGHT=75>
<PARAM NAME=movie VALUE="microsupport_onoffline.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="microsupport_onoffline.swf" quality=high bgcolor=#FFFFFF WIDTH=75 HEIGHT=75 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
</OBJECT>
</li>
- Remove
Thats it and the live support thats within the header will not show.