Jump to content

remove rollover efect from products


Recommended Posts

Hi

I have a problem with the rollover effect on the product images, it meses up the arrangement of elements.

I want to remove the rollover effect from the products, but I would like to keep the  quick view option if possible, and this is the url: http://www.valsaint.com/shop

 

you must click the popular tab to see the products, this is another issue, I have changed the 'nbItemsPerLine' from 4 to 3 in procuct-list.tpl, since that products are not shown on the front page, only if you click popular.

 

Thank you

Link to comment
Share on other sites

I just removed the ajax_block_product class from product-list.tpl, and now it`s fine.

 

After that, I created a css rule:

ul.product_list .product-image-container:hover .quick-view {
    display: block;
}

and now I have just the quick view button on hover.

Edited by Botix (see edit history)
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...