How to add an image or live chat on top of the top menu? the white space on top of the top menu "FAQ"?
see www.g10gaming.com.
How to add an image or live chat on top of the top menu? the white space on top of the top menu "FAQ"?
see www.g10gaming.com.
Looks like you are using a Template Monstrous template, which means it is probably hacked for hard-coded URLS
In the HEADER (probably tpl_header.php) in the template's COMMON folder...
... the DIV that governs that area is:
<div class="col2 user_menu">
You could try hard-code the live help link into that DIV
HTML Code:<div class="col2 user_menu"><a href="whatever_link_here">Live Help</a><br />
20 years a Zencart User