Jump to content

Remove mouse over effect in product grid


jrgrafisk

Recommended Posts

Hello Jrgrafisk,

 

This can be done by editing your product-list.tpl

You can find this file in themes -> 'your theme' -> product-list.tpl

 

You have to remove the following code:

<div class="functional-buttons clearfix">
   {hook h='displayProductListFunctionalButtons' product=$product}
   {if isset($comparator_max_item) && $comparator_max_item}
      <div class="compare">
         <a class="add_to_compare" href="{$product.link|escape:'html':'UTF-8'}" data-id-product="{$product.id_product}">{l s='Add to Compare'}</a>
      </div>
   {/if}
</div>
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...