Do you like AbanteCart? Please rate AbanteCart or share your experience with other eCommerce entrepreneurs. Go to Softaculous rating page to add your rating or write a review

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..
~Pal

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

Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

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
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

ronanmag

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


Forum Rules Code of conduct
AbanteCart.com 2010 -