New Zenner
- Join Date:
- Oct 2010
- Posts:
- 35
- Plugin Contributions:
- 0
Remove mouseover from spacer
Hi there
The graphic spacer I use to separate home, contact us etc shows a full stop (period) '.' when the mouse hovers over it. I have searched the spacers name (separator.gif) and found some code but not quite sure which '.' to remove.
Line #60 : <?php $separ = ' '.zen_image($template->get_template_dir('f_separator.gif', DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . 'f_separator.gif', '•').' '; ?>
and
Line #35 : $separ = zen_image($template->get_template_dir('separator.gif', DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . 'separator.gif', '•');
Can anyone with a bit more programming experience than me lend a hand. Much appreciated :).