support

Changing search bar menu?

Started by Palamedes, March 06, 2012, 05:42:56 PM

Previous topic - Next topic

Palamedes

Is it possible to edit/change the search bar menu that has the "special offers", "bookmarks", "contact"..etc.. links?  I'm not seeing it..

abantecart

Unfortunately, this part is not managed in the control panel yet.

It can be edited in the template file /storefront/view/default/template/common/header.tpl


ronanmag

I've added a home link to the bar - how do I gt the home icon to display with it ?

          <li><a href="<?php echo $home; ?>" class="home"><?php echo $text_home; ?></a></li>
          <li class="nav_sep">&nbsp;</li>

Thanks,
Ronan

abantecart

Add below example code to: /storefront/view/default/stylesheet/stylesheet.css


#info_links .home {
background: url('../image/home.png') 0 50% no-repeat;
}


You need to add icon to image directory   :P

ronanmag

Thanks a mill......worked a treat ;-)


Forum Rules Code of conduct
AbanteCart.com 2010 -