Quote:
Originally Posted by micheal332001
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.
|
Is there a way of restyling this? I would prefer not to remove it, as it's pretty nifty, however at the moment it's portrait and it'd fit my forum style a lot better if I could make it landscape and re-position it.
I am fine with CSS, so if you can tell me if I can edit the templates and which ones, I'll take a look and post back if I'm successful