Jump to content

[SOLVED] modify products grid view ?


Recommended Posts

Hi I have used vekia's prducts grid view from here http://mypresta.eu/en/art/developer/prestashop-products-list-grid-view.html#disqus_thread

I want to change it so its similar to the featured products so that the images are just links to the product, so there is no hover effect anymore.

 

http://www.sophielam.co.uk/index.php?id_category=7&controller=category

 

any help much appreciated.

Edited by hamster88 (see edit history)
Link to comment
Share on other sites

that's correct, just change the display:block; to display:none!important; exactly as anishjmc suggested

#product_list .poverlay {
top: 0px;
left: 0px;
position: absolute;
display: block;
width: 100%;
height: 100%;
visibility: hidden;
z-index: 2;
background: rgba(0,0,0,0.7);
}
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...